Small fixes
This commit is contained in:
parent
a850facbe2
commit
e25601f71e
7 changed files with 27 additions and 9 deletions
|
@ -54,11 +54,15 @@ bindsym --locked XF86Search output eDP-1 toggle
|
|||
# FZF
|
||||
# exit menu
|
||||
bindsym $mod+Shift+e exec $term --class fzf-launcher -e $scripts/exit.sh
|
||||
# password manager
|
||||
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass
|
||||
|
||||
# launch a program
|
||||
bindsym $mod+d exec wofi
|
||||
bindsym $mod+Shift+d exec wofi --show run
|
||||
# password manager
|
||||
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass
|
||||
|
||||
# manage clipboard
|
||||
bindsym $mod+c exec clipman pick -t wofi
|
||||
|
||||
# manage notifications
|
||||
bindsym $mod+Backspace exec makoctl invoke
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue