main
The_miro 2025-10-16 23:35:13 +02:00
commit 5964220c33
6 changed files with 29 additions and 6 deletions

View File

@ -2,7 +2,8 @@
general {
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
before_sleep_cmd = loginctl lock-session # lock before suspend.
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
after_sleep_cmd = systemctl restart fprintd.service ;; hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
}
listener {
timeout = 120
@ -11,7 +12,7 @@ listener {
listener {
timeout = 600 #10min
on-timeout = systemctl suspend # suspend pc
on-timeout = systemctl suspend-then-hibernate # suspend pc
}

View File

@ -9,6 +9,7 @@ general {
auth {
pam:module = sudo
fingerprint:enabled = true
}
background {
@ -49,7 +50,7 @@ label {
color = rgb(5018dd)
font_size = 34
font_family = Agave Nerd Font Mono
position = 0, 30%
position = 0, 40%
halign = center
valign = center
}
@ -58,9 +59,9 @@ label {
label {
text = cmd[update:1000] sh ~/Dotfiles/desktopenvs/hyprland/scripts/time.sh
color = rgb(E40046)
font_size = 94
font_size = 95
font_family = Agave Nerd Font Mono
position = 0, 20%
position = 0, 25%
halign = center
valign = center
}

View File

@ -1,3 +1,3 @@
#!/bin/zsh
echo "poweroff\nreboot\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh
echo "poweroff\nreboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl sleep\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh

View File

@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="thunar-volman" version="1.0">
<property name="automount-drives" type="empty">
<property name="enabled" type="bool" value="true"/>
</property>
<property name="automount-media" type="empty">
<property name="enabled" type="bool" value="true"/>
</property>
</channel>

View File

@ -10,4 +10,7 @@
<property name="last-details-view-column-widths" type="string" value="50,50,159,50,50,50,87,258,374,50,50,87,159,267"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_GROUP,THUNAR_COLUMN_MIME_TYPE,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_SIZE_IN_BYTES,THUNAR_COLUMN_TYPE"/>
<property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_TREE"/>
<property name="last-show-hidden" type="bool" value="true"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
<property name="last-details-view-column-widths" type="string" value="50,50,159,50,50,50,50,50,320,50,50,87,50,546"/>
</channel>

View File

@ -0,0 +1,8 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
<property name="brightness-switch" type="int" value="0"/>
</property>
</channel>