aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-17 22:12:59 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-17 22:12:59 +0000
commit8e3a28503ef219ec5d7f6f5b299962e15f6f0f37 (patch)
treeba3c742194c9e9c7b2e6d6a960fe9fd03d0fb3e7
parent67025f5313b0a9af3d01dc2c96fe005773fa072b (diff)
downloaddotfiles-8e3a28503ef219ec5d7f6f5b299962e15f6f0f37.tar.gz
dotfiles-8e3a28503ef219ec5d7f6f5b299962e15f6f0f37.tar.bz2
dotfiles-8e3a28503ef219ec5d7f6f5b299962e15f6f0f37.zip
+some rofi binds to i3
-rw-r--r--i3.conf19
1 files 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