[ADD][I3] Shortcut for bwmenu
`bwmenu` is a rofi script integrating the Bitwarden CLI program. It is therefore necessary to install `bitwarden-cli` and `bitwarden-rofi`.
This commit is contained in:
parent
b6b79c71f5
commit
7815c43fd9
|
@ -40,6 +40,9 @@ bindsym $mod+Shift+d exec --no-startup-id rofi -show run -disable-history
|
|||
# installed.
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -disable-history
|
||||
|
||||
# Launch bwmenu (a bitwarden integration with rofi)
|
||||
bindsym $mod+p exec --no-startup-id bwmenu
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
|
|
Loading…
Reference in a new issue