sway: remove sov

This commit is contained in:
Konstantin Koslowski 2025-11-07 22:59:11 +01:00
parent 63bc63c91e
commit 835bce3054
4 changed files with 10 additions and 145 deletions

33
config
View file

@ -22,7 +22,6 @@ set $output_cmd $HOME/.local/bin/swayout
set $volume_cmd $HOME/.config/sway/bin/sway_volume
set $media_cmd /usr/bin/playerctl
set $idle_cmd $HOME/.config/sway/bin/start_swayidle.sh
set $sov_cmd $HOME/.config/sway/bin/start_sov.sh
set $lock_cmd $HOME/.config/sway/bin/sway_lock lock
set $move_cmd $HOME/.config/sway/bin/sway_move
set $resize_cmd $HOME/.config/sway/bin/sway_resize
@ -119,27 +118,16 @@ bindsym $alt+Ctrl+$right resize grow width 50px
# Workspaces:
#
# Switch to workspace
bindsym --no-repeat $alt+1 workspace number 1; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+2 workspace number 2; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+3 workspace number 3; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+4 workspace number 4; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+5 workspace number 5; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+6 workspace number 6; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+7 workspace number 7; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+8 workspace number 8; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+9 workspace number 9; exec "echo 1 > /tmp/sovpipe"
bindsym --no-repeat $alt+0 workspace number 10; exec "echo 1 > /tmp/sovpipe"
# hide sov
bindsym --release $alt+1 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+2 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+3 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+4 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+5 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+6 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+7 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+8 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+9 exec "echo 0 > /tmp/sovpipe"
bindsym --release $alt+0 exec "echo 0 > /tmp/sovpipe"
bindsym --no-repeat $alt+1 workspace number 1
bindsym --no-repeat $alt+2 workspace number 2
bindsym --no-repeat $alt+3 workspace number 3
bindsym --no-repeat $alt+4 workspace number 4
bindsym --no-repeat $alt+5 workspace number 5
bindsym --no-repeat $alt+6 workspace number 6
bindsym --no-repeat $alt+7 workspace number 7
bindsym --no-repeat $alt+8 workspace number 8
bindsym --no-repeat $alt+9 workspace number 9
bindsym --no-repeat $alt+0 workspace number 10
# Move focused container to workspace
bindsym $alt+Shift+1 move container to workspace number 1
bindsym $alt+Shift+2 move container to workspace number 2
@ -373,7 +361,6 @@ for_window [app_id="signal"] mark x
# Autostart
#
exec_always $idle_cmd
exec_always $sov_cmd
exec_always systemctl --user start sway-session.target
include /etc/sway/config.d/*