Register bitwarden rofi mode
This commit is contained in:
parent
4fa67352c3
commit
d8390bc5ec
@ -10,6 +10,7 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $menu "rofi -show drun"
|
||||
set $pwdManager "rofi -modi 'bitwarden:~/bin/rofi-bitwarden.py' -show bitwarden"
|
||||
set $term alacritty
|
||||
set $compositor "picom --daemon --inactive-opacity 1 --menu-opacity 1"
|
||||
|
||||
@ -120,6 +121,7 @@ bindsym $mod+Shift+q kill
|
||||
|
||||
# start menu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id $menu
|
||||
bindsym $mod+b exec --no-startup-id $pwdManager
|
||||
|
||||
# Toggles my layout to dead keys
|
||||
exec --no-startup-id setxkbmap -layout "us,us(intl)" -option grp_led:scroll,grp:alt_space_toggle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user