update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user