Updated scripts

This commit is contained in:
2025-05-17 11:45:59 +02:00
parent b9e9603383
commit c7155eb5b5
4 changed files with 50 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ exec-once = waybar
exec-once = systemctl --user start hypridle
exec-once = systemctl --user start sunshine
exec-once = [workspace 1] $terminal
exec-once = [workspace 1] $terminal tmux new-session -d 'nvim'
#############################
### ENVIRONMENT VARIABLES ###
@@ -138,6 +138,10 @@ input {
}
}
cursor {
hide_on_key_press = true
}
gestures {
workspace_swipe = false
}
@@ -206,7 +210,7 @@ bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod CTRL, 1, movetoworkspace, 1
bind = $mainMod CTRL, 1, movetoworkspace, 1
bind = $mainMod CTRL, 2, movetoworkspace, 2
bind = $mainMod CTRL, 3, movetoworkspace, 3
bind = $mainMod CTRL, 4, movetoworkspace, 4