Update .config/btop/btop.conf

Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/binds/power.conf
Update .config/yazi/init.lua
Update .config/yazi/package.toml
Update .local/bin/system_setup.sh
This commit is contained in:
2025-11-01 14:50:30 +01:00
parent af13748fcd
commit 90e4016ee8
7 changed files with 20 additions and 10 deletions

View File

@@ -17,7 +17,13 @@ listener {
}
listener {
timeout = 1800 # 30min
on-timeout = systemctl sleep && openrgb -c black # suspend pc
timeout = 330 # 5.5min
on-timeout = openrgb -c black
on-resume = openrgb -c white
}
listener {
timeout = 1800 # 30min
on-timeout = openrgb -c black && systemctl sleep # suspend pc
on-resume = openrgb -c white
}

View File

@@ -1,8 +1,8 @@
# general
bind = $mainMod, RETURN, exec, [workspace 4] $terminal
bind = $mainMod ctrl, RETURN, exec, $terminal
bind = $mainMod L_SHIFT, P, exec, $menu
bind = $mainMod ctrl, RETURN, exec, $terminal
bind = $mainMod, space , exec, $menu
bind = $mainMod, e, exec, [float; size 40% 40%; workspace special:magic] $terminal yazi
bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $terminal btop

View File

@@ -1,5 +1,5 @@
bind = $mainMod L_SHIFT ctrl, l, exec, hyprlock # lock
bind = $mainMod L_SHIFT ctrl, r, exec, systemctl reboot
bind = $mainMod L_SHIFT ctrl, p, exec, systemctl poweroff
bind = $mainMod L_SHIFT ctrl, s, exec, pidof hyprlock || sleep 1 && systemctl sleep
bind = $mainMod L_SHIFT ctrl, r, exec, openrgb -c black && systemctl reboot
bind = $mainMod L_SHIFT ctrl, p, exec, openrgb -c black && systemctl poweroff
bind = $mainMod L_SHIFT ctrl, s, exec, openrgb -c black && pidof hyprlock || sleep 1 && systemctl sleep
bind = $mainMod L_SHIFT ctrl, m, exec, uwsm stop