From 8e3a28503ef219ec5d7f6f5b299962e15f6f0f37 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 17 Feb 2020 22:12:59 +0000 Subject: +some rofi binds to i3 --- i3.conf | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/i3.conf b/i3.conf index fc070ba..61fe682 100644 --- a/i3.conf +++ b/i3.conf @@ -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 -- cgit v1.2.3-13-gbd6f