diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-30 08:08:33 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | 2db13f5d3d87d19d01273457659357c4789f7a2e (patch) | |
tree | 613cdae5a39fe5511ebb693ca3c31edabcdb6112 | |
parent | 1b89c2dedc5f365dba27f8a965369844c96dd6fe (diff) | |
download | dotfiles-2db13f5d3d87d19d01273457659357c4789f7a2e.tar.gz dotfiles-2db13f5d3d87d19d01273457659357c4789f7a2e.tar.bz2 dotfiles-2db13f5d3d87d19d01273457659357c4789f7a2e.zip |
~rofi -> dmenu
I like dmenu's aesthetic more; it's much more discrete.
-rw-r--r-- | i3/.config/i3/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b2f5ee7..4cb8b81 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -57,9 +57,8 @@ bindsym $mod+Shift+Return exec emacsclient -s MAIN -c # kill focused window bindsym $mod+Shift+q kill -# Rofi -bindsym $mod+a exec rofi -show run -bindsym $mod+w exec rofi -show window +# Input commands +bindsym $mod+a exec dmenu_run bindsym $mod+space exec i3-input -F "%s" -P "i3 Command: " # lock bind and rename bind |