Add bitwarden rofi integration
This commit is contained in:
parent
9de3d96374
commit
8c635a9766
@ -99,6 +99,10 @@ set_from_resource $rofiTheme rofi.theme ~/.config/rofi/config.rasi
|
|||||||
set_from_resource $i3-wm.program.launcher.app i3-wm.program.launcher.app rofi -show drun -theme $rofiTheme
|
set_from_resource $i3-wm.program.launcher.app i3-wm.program.launcher.app rofi -show drun -theme $rofiTheme
|
||||||
bindsym $mod+space exec $i3-wm.program.launcher.app
|
bindsym $mod+space exec $i3-wm.program.launcher.app
|
||||||
|
|
||||||
|
## Launch // Application // <> p ##
|
||||||
|
set_from_resource $i3-wm.program.launcher.pwd i3-wm.program.launcher.pwd bwmenu
|
||||||
|
bindsym $mod+p exec $i3-wm.program.launcher.pwd
|
||||||
|
|
||||||
## Launch // Command // <><Shift> Space ##
|
## Launch // Command // <><Shift> Space ##
|
||||||
set_from_resource $i3-wm.program.launcher.cmd i3-wm.program.launcher.cmd rofi -show run -theme $rofiTheme
|
set_from_resource $i3-wm.program.launcher.cmd i3-wm.program.launcher.cmd rofi -show run -theme $rofiTheme
|
||||||
bindsym $mod+Shift+space exec $i3-wm.program.launcher.cmd
|
bindsym $mod+Shift+space exec $i3-wm.program.launcher.cmd
|
||||||
@ -310,8 +314,8 @@ set_from_resource $i3-wm.program.reboot i3-wm.program.reboot /usr/bin/gnome-sess
|
|||||||
bindsym $mod+Shift+b exec $i3-wm.program.reboot
|
bindsym $mod+Shift+b exec $i3-wm.program.reboot
|
||||||
|
|
||||||
## Session // Power Down // <><Shift> p ##
|
## Session // Power Down // <><Shift> p ##
|
||||||
set_from_resource $i3-wm.program.shutdown i3-wm.program.shutdown /usr/bin/gnome-session-quit --power-off
|
#set_from_resource $i3-wm.program.shutdown i3-wm.program.shutdown /usr/bin/gnome-session-quit --power-off
|
||||||
bindsym $mod+Shift+p exec $i3-wm.program.shutdown
|
#bindsym $mod+Shift+p exec $i3-wm.program.shutdown
|
||||||
|
|
||||||
## Session // Lock Screen // <> Escape ##
|
## Session // Lock Screen // <> Escape ##
|
||||||
set_from_resource $i3-wm.program.lock i3-wm.program.lock dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
|
set_from_resource $i3-wm.program.lock i3-wm.program.lock dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
|
||||||
|
Loading…
Reference in New Issue
Block a user