+some rofi binds to i3

This commit is contained in:
AChavali
2020-02-17 22:12:59 +00:00
parent 67025f5313
commit 8e3a28503e

19
i3.conf
View File

@@ -38,12 +38,14 @@ bindsym $mod+Return exec alacritty
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # show applications
# bindsym $mod+d exec dmenu_run bindsym $mod+d exec rofi -show run -matching fuzzy daemon
# 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 # show windows
# installed. bindsym $mod+w exec rofi -show window -matching fuzzy daemon
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# show both
bindsym $mod+space exec rofi -show combi -matching fuzzy daemon
# change focus # change focus
bindsym $mod+h focus left bindsym $mod+h focus left
@@ -80,15 +82,12 @@ bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed bindsym $mod+t layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+e layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent