New backup 2025-04-29 14:45:11
This commit is contained in:
parent
ca296b6d9c
commit
187a7bd243
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ bindsym {
|
||||||
#cycle scratchpad
|
#cycle scratchpad
|
||||||
$mod+minus scratchpad show
|
$mod+minus scratchpad show
|
||||||
#scratchpad menu
|
#scratchpad menu
|
||||||
$mod+equal exec '$HOME/.config/sway/scripts/scratchpadmenu.sh'
|
# $mod+equal exec '$HOME/.config/sway/scripts/scratchpadmenu.sh'
|
||||||
#sticky
|
#sticky
|
||||||
$mod+Shift+equal floating enable, sticky enable
|
# $mod+Shift+equal floating enable, sticky enable
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,8 +22,9 @@ bindsym {
|
||||||
|
|
||||||
# Profile Workspace Setup
|
# Profile Workspace Setup
|
||||||
|
|
||||||
bindsym --no-repeat $mod+u exec "echo 1 > /tmp/sovpipe"
|
exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 500 -c 1 -a lt -m 10
|
||||||
bindsym --release $mod+u exec "echo 0 > /tmp/sovpipe"
|
bindsym --no-repeat $mod+equal exec "echo 2 > /tmp/sovpipe"
|
||||||
|
#bindsym --release $mod+u exec "echo 0 > /tmp/sovpipe"
|
||||||
|
|
||||||
bindgesture {
|
bindgesture {
|
||||||
#workspace cycle gesturebinds
|
#workspace cycle gesturebinds
|
||||||
|
|
Loading…
Add table
Reference in a new issue