Updated scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user