From 74cb450899d7062eda10c2c2da11b298d646c06f Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sat, 21 Aug 2021 19:53:07 +0200 Subject: Added rofi-pass keybind --- .config/i3/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 5cc9870..4ad4856 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,10 +17,11 @@ bindsym $mod+e exec --no-startup-id pcmanfm bindsym $mod+f fullscreen toggle # Rofi -bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -theme rofi -drun-display-format {name} -bindsym Mod1+Tab exec --no-startup-id rofi -show window -show-icons -theme rofi -drun-display-format {name} -bindsym Mod1+b exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi -bindsym $mod+Shift+p exec --no-startup-id rofi -show p -theme rofi -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" +bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} +bindsym Mod1+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} +bindsym Mod1+b exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons +bindsym $mod+Shift+p exec --no-startup-id rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" +bindsym $mod+p exec --no-startup-id rofi-pass # Media keys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% -- cgit v1.2.3-70-g09d2