config
This commit is contained in:
parent
b9921fe82b
commit
522cff152f
1 changed files with 3 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ input "type:keyboard" {
|
|||
bindsym --to-code $mod+Shift+q kill
|
||||
bindsym --to-code $mod+Space exec $menu
|
||||
bindsym --to-code $mod+Tab exec $windows
|
||||
bindsym --to-code Shift+Space exec cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
bindsym --to-code Shift+Space exec cliphist list | rofi -dmenu -P "" | cliphist decode | wl-copy
|
||||
bindsym --to-code $mod+Backspace exec ~/.scripts/power.fish
|
||||
bindsym --to-code $mod+Apostrophe exec ~/.scripts/shot.fish
|
||||
|
||||
|
|
@ -276,7 +276,8 @@ exec udiskie -t
|
|||
exec swaylock
|
||||
exec tuxedo-control-center --tray
|
||||
exec swaykbdd
|
||||
exec wl-paste --watch cliphist store
|
||||
exec wl-paste --primary --type text --watch cliphist store
|
||||
exec wl-paste --type image --watch cliphist store
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue