This commit is contained in:
2025-08-12 10:41:58 -07:00
parent 97d8c5d5d8
commit 8990ecef57
6 changed files with 23 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ $color_pick = hyprpicker --autocopy
$messaging = vesktop
$calculator = flatpak run org.gnome.Calculator
$refresh = random-paper && hyprctl hyprpaper reload ,"~/wallpapers/active.png"
$email = thunderbird
#################
@@ -58,6 +59,7 @@ exec-once = [workspace 11 silent] $messaging
exec-once = [workspace 12 silent] foot bluetui
exec-once = [workspace 13 silent] foot -o colors.regular4=191724 nmtuii
exec-once = [workspace 14 silent] foot btop
exec-once = [workspace 15 silent] $email
#############################
@@ -212,7 +214,7 @@ bind = $mainMod SHIFT, RETURN, exec, $terminal
bind = $mainMod, Y, exec, $browser
bind = $mainMod, C, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, R, exec, $fileManager
bind = $mainMod, O, togglefloating,
bind = $mainMod, SPACE, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
@@ -246,6 +248,9 @@ bind = $mainMod, N, exec, ps aux | grep "foot -o colors.regular4=191724 nmtuii"
# Memory and system control (BTOP)
bind = $mainMod, M, workspace, 14
bind = $mainMod, M, exec, ps aux | grep "foot btop" | grep -v grep || foot btop
# Email
bind = $mainMod, E, workspace, 15
bind = $mainMod, E, exec, ps aux | grep "thunderbird" | grep -v grep || thunderbird
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1