mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user