diff options
Diffstat (limited to 'i3.conf')
-rw-r--r-- | i3.conf | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -61,14 +61,10 @@ bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill -# show applications -bindsym $mod+a exec rofi -show run -matching fuzzy daemon - -# show windows -bindsym $mod+w exec rofi -show window -matching fuzzy daemon - -# show both -bindsym $mod+space exec rofi -show combi -matching fuzzy daemon +# Rofi +bindsym $mod+a exec rofi -show run +bindsym $mod+w exec rofi -show window +bindsym $mod+space exec i3-input -F "%s" -P "i3 Command: " # lock bind and rename bind bindsym $mod+Ctrl+l exec $lock |