sway/config.d/91-swaysome.conf

53 lines
2.2 KiB
Plaintext
Raw Normal View History

2021-12-25 20:46:17 +01:00
# Change focus between workspaces
unbindsym $mod+1
unbindsym $mod+2
unbindsym $mod+3
unbindsym $mod+4
unbindsym $mod+5
unbindsym $mod+6
unbindsym $mod+7
unbindsym $mod+8
unbindsym $mod+9
unbindsym $mod+0
2024-07-18 14:01:55 +02:00
bindsym $mod+1 exec "/home/vladanpopovic/.local/bin/swaysome focus 1"
bindsym $mod+2 exec "/home/vladanpopovic/.local/bin/swaysome focus 2"
bindsym $mod+3 exec "/home/vladanpopovic/.local/bin/swaysome focus 3"
bindsym $mod+4 exec "/home/vladanpopovic/.local/bin/swaysome focus 4"
bindsym $mod+5 exec "/home/vladanpopovic/.local/bin/swaysome focus 5"
bindsym $mod+6 exec "/home/vladanpopovic/.local/bin/swaysome focus 6"
bindsym $mod+7 exec "/home/vladanpopovic/.local/bin/swaysome focus 7"
bindsym $mod+8 exec "/home/vladanpopovic/.local/bin/swaysome focus 8"
bindsym $mod+9 exec "/home/vladanpopovic/.local/bin/swaysome focus 9"
bindsym $mod+0 exec "/home/vladanpopovic/.local/bin/swaysome focus 0"
2021-12-25 20:46:17 +01:00
# Move containers between workspaces
unbindsym $mod+Shift+1
unbindsym $mod+Shift+2
unbindsym $mod+Shift+3
unbindsym $mod+Shift+4
unbindsym $mod+Shift+5
unbindsym $mod+Shift+6
unbindsym $mod+Shift+7
unbindsym $mod+Shift+8
unbindsym $mod+Shift+9
unbindsym $mod+Shift+0
2024-07-18 14:01:55 +02:00
bindsym $mod+Shift+1 exec "/home/vladanpopovic/.local/bin/swaysome move 1"
bindsym $mod+Shift+2 exec "/home/vladanpopovic/.local/bin/swaysome move 2"
bindsym $mod+Shift+3 exec "/home/vladanpopovic/.local/bin/swaysome move 3"
bindsym $mod+Shift+4 exec "/home/vladanpopovic/.local/bin/swaysome move 4"
bindsym $mod+Shift+5 exec "/home/vladanpopovic/.local/bin/swaysome move 5"
bindsym $mod+Shift+6 exec "/home/vladanpopovic/.local/bin/swaysome move 6"
bindsym $mod+Shift+7 exec "/home/vladanpopovic/.local/bin/swaysome move 7"
bindsym $mod+Shift+8 exec "/home/vladanpopovic/.local/bin/swaysome move 8"
bindsym $mod+Shift+9 exec "/home/vladanpopovic/.local/bin/swaysome move 9"
bindsym $mod+Shift+0 exec "/home/vladanpopovic/.local/bin/swaysome move 0"
2021-12-25 20:46:17 +01:00
# Move focused container to next output
2024-07-18 14:01:55 +02:00
bindsym $mod+o exec "/home/vladanpopovic/.local/bin/swaysome next-output"
2021-12-25 20:46:17 +01:00
# Move focused container to previous output
2024-07-18 14:01:55 +02:00
bindsym $mod+Shift+o exec "/home/vladanpopovic/.local/bin/swaysome prev-output"
2021-12-25 20:46:17 +01:00
# Init workspaces for every screen
2024-07-18 14:01:55 +02:00
exec "/home/vladanpopovic/.local/bin/swaysome init 1"