Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfe2796e0e | |||
| 1885b8b879 |
1 changed files with 5 additions and 1 deletions
|
|
@ -104,7 +104,11 @@ bindsym Ctrl+space exec makoctl dismiss
|
|||
bindsym Ctrl+Shift+space exec makoctl dismiss --all
|
||||
|
||||
# Passmenu
|
||||
bindcode $mod+55 exec '~/.local/bin/gopassmenu -i -l 10 -m all -p Password: --fn "Dejavu Sans Mono" 10'
|
||||
bindcode $mod+55 exec gopass ls --flat | bemenu -i -l 10 -m all -p Password: --fn "DejaVu Sans 12" | xargs --no-run-if-empty gopass show -c
|
||||
|
||||
# Timew
|
||||
bindcode $mod+56 exec ~/.local/bin/timewmenu -i -l 10 -m all -p "Track:" --fn "DejaVu Sans 12"
|
||||
bindcode $mod+Ctrl+56 exec timew stop
|
||||
|
||||
# Resizing containers
|
||||
mode "resize" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue