This commit is contained in:
jay
2023-09-10 22:35:43 +08:00
parent 68ffd61147
commit 874f14afee
2 changed files with 8 additions and 51 deletions
+8 -1
View File
@@ -46,7 +46,7 @@ exec mako
exec udiskie --smart-tray
# for sway overview
# exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 100
exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 100
### Idle configuration
#
@@ -238,6 +238,13 @@ mode "resize" {
}
bindsym $mod+r mode "resize"
# show sov
bindsym --no-repeat $mod+Shift+w exec "echo 1 > /tmp/sovpipe"
bindsym --release $mod+Shift+w exec "echo 0 > /tmp/sovpipe"
# show bindsym help
bindsym $mod+Ctrl+h exec cat ~/.config/sway/config |grep bindsym |grep -v "#"| sed 's/^[[:space:]]*//'| wofi --dmenu
# set workspace monitor
workspace 1 output eDP-1
workspace 2 output HDMI-A-1 DP-1 eDP-1