summaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2021-08-21 19:53:07 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2021-08-21 19:53:07 +0200
commit8c58f84b3ca8ab54b26633be45ee2c3e66fd016f (patch)
treec2223b0dbc6d4f982247477058bddf906cd81ce9 /.config/i3
parentbf9e9706725952c7dbe222664b18128cec22efdf (diff)
Added rofi-pass keybind
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config9
1 files changed, 5 insertions, 4 deletions
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%