From 83170aef0fb94a49fcdb0bb67ae803d36dbdc8b8 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 15 Apr 2023 08:08:29 +0200 Subject: [PATCH] binding control + b to run bitwarden with rofi --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index ac4b5fc..b559513 100644 --- a/i3/config +++ b/i3/config @@ -199,6 +199,9 @@ bindsym $mod+p exec flameshot gui # Show emoji when hitting Super+m keybind 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 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5