This commit is contained in:
LinlyBoi
2023-01-05 20:55:35 +02:00
parent 6e7a795688
commit 8c502fb96c

View File

@@ -39,10 +39,10 @@ exec_always --no-startup-id xmodmap -e "keysym Caps_Lock = Escape"
exec ~/scripts/mouse.sh -0.5 1 exec ~/scripts/mouse.sh -0.5 1
# move focused workspace between monitors # move focused workspace between monitors
bindsym $mod+Ctrl+Right layout toggle split, move workspace to output right bindsym $mod+Ctrl+Right toggle split, move workspace to output right
bindsym $mod+Ctrl+l layout toggle split, move workspace to output right bindsym $mod+Ctrl+l toggle split, move workspace to output right
bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left bindsym $mod+Ctrl+Left toggle split, move workspace to output left
bindsym $mod+Ctrl+h layout toggle split, move workspace to output left bindsym $mod+Ctrl+h toggle split, move workspace to output left
# Compose key # Compose key
exec setxkbmap -option "compose:ralt" exec setxkbmap -option "compose:ralt"