New backup 2025-07-14 12:00:07
This commit is contained in:
parent
ce01e516ef
commit
d98fb66848
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,8 @@ bindsym {
|
|||
#move to scratchpad
|
||||
$mod+Shift+minus move scratchpad
|
||||
#cycle scratchpad
|
||||
$mod+minus scratchpad show
|
||||
# $mod+minus scratchpad show, resize set 50ppt 50ppt
|
||||
$mod+minus exec '$HOME/.config/sway/scripts/scratchpad_cycle.sh'
|
||||
#scratchpad menu
|
||||
# $mod+equal exec '$HOME/.config/sway/scripts/scratchpadmenu.sh'
|
||||
#sticky
|
||||
|
|
3
de/home/.config/sway/scripts/scratchpad_cycle.sh
Executable file
3
de/home/.config/sway/scripts/scratchpad_cycle.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
swaymsg scratchpad show
|
Loading…
Add table
Reference in a new issue