diff options
Diffstat (limited to 'i3.conf')
-rw-r--r-- | i3.conf | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -38,12 +38,14 @@ bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill -# start dmenu (a program launcher) -# bindsym $mod+d exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop +# show applications +bindsym $mod+d 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 # change focus bindsym $mod+h focus left @@ -80,15 +82,12 @@ bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed +bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - # focus the parent container bindsym $mod+a focus parent |