focus output for sway

This commit is contained in:
rileyrg 2024-09-16 12:56:52 +02:00
parent a4eef4bdd0
commit b8b07fe484
3 changed files with 9 additions and 1 deletions

View file

@ -6,3 +6,8 @@
- hexchat/logs/**
- hexchat/scrollback/**
- cache/**
<<<<<<< Updated upstream
=======
- rclone/rclone.conf
- .syncrclone/logs/**
>>>>>>> Stashed changes

View file

@ -147,6 +147,10 @@ set $ws10 10
exec_always sway-screen-naming
# Bindsym F12 exec sway-notify "left:$$leftOutput, right:$$rightOutput"
# switch focus between outputs
bindsym $mod+Control+Left focus output left
bindsym $mod+Control+Right focus output right
# switch to workspace
bindsym $mod+1 workspace number $ws1

View file

@ -1211,7 +1211,6 @@ I want a key to create and then toggle a terminal.
exec_always sway-screen-naming
# Bindsym F12 exec sway-notify "left:$$leftOutput, right:$$rightOutput"
# switch to workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2