X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/8060c968e27c61ceec103fda83662c6b8cbef33f..4c4b967a3bd2d659b3b8229c5caf970bc45a9542:/.config/i3/config?ds=inline

diff --git a/.config/i3/config b/.config/i3/config
index 59fc1b1..65671d6 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -29,18 +29,17 @@ bindsym $mod+Shift+w kill
 # kill an application
 #bindsym --release $mod+Shift+x exec xkill
 
-# rofi launcher and pass
-bindsym $mod+space exec rofi -show run -display-run ' > ' -display-window ' 🗔 '
-bindsym $mod+backslash exec rofi -show window -display-run ' > ' -display-window ' 🗔 '
-bindsym $mod+Shift+space exec rofi-pass
+# launcher and pass
+bindsym $mod+space exec dmenu_run
+bindsym $mod+backslash exec passmenu --type
 
 # brightness
-bindsym $mod+apostrophe exec rofi-light        # rofi-based brightness chooser
-bindsym XF86MonBrightnessUp exec light -A 5    # increase screen brightness
-bindsym XF86MonBrightnessDown exec light -U 5  # decrease screen brightness
+bindsym $mod+apostrophe exec dmenu-light      # brightness chooser
+bindsym XF86MonBrightnessUp exec light -A 5   # increase brightness
+bindsym XF86MonBrightnessDown exec light -U 5 # decrease brightness
 
 # volume
-bindsym $mod+semicolon exec rofi-pamixer       # rofi-based volume chooser
+bindsym $mod+semicolon exec dmenu-pamixer # volume chooser
 bindsym XF86AudioRaiseVolume exec pamixer --allow-boost --increase 5
 bindsym XF86AudioLowerVolume exec pamixer --allow-boost --decrease 5
 bindsym XF86AudioMute        exec pamixer --toggle-mute