binding control + b to run bitwarden with rofi

This commit is contained in:
aminnairi
2023-04-15 08:08:29 +02:00
parent 37c002477c
commit 83170aef0f
+3
View File
@@ -199,6 +199,9 @@ bindsym $mod+p exec flameshot gui
# Show emoji when hitting Super+m keybind # Show emoji when hitting Super+m keybind
bindsym $mod+m exec --no-startup-id rofi -modi emoji -show emoji -emoji-format '{emoji}' bindsym $mod+m exec --no-startup-id rofi -modi emoji -show emoji -emoji-format '{emoji}'
# Use Rofi-rbw to copy password to clipboard when hitting Super+b keybind
bindsym $mod+b exec --no-startup-id rofi-rbw
# Use Xbacklight to control brightness # Use Xbacklight to control brightness
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5