i3: add alt+tab handler
This commit is contained in:
@@ -51,6 +51,7 @@ bindsym $mod+Shift+q kill
|
|||||||
# start rofi (a program launcher)
|
# start rofi (a program launcher)
|
||||||
bindsym $mod+d exec --no-startup-id "rofi -show run"
|
bindsym $mod+d exec --no-startup-id "rofi -show run"
|
||||||
bindsym $mod+Shift+d exec --no-startup-id "rofi -show window"
|
bindsym $mod+Shift+d exec --no-startup-id "rofi -show window"
|
||||||
|
bindsym Mod1+Tab exec --no-startup-id "rofi -show window"
|
||||||
bindsym $mod+ctrl+d exec passmenu --type -nb \$bg_color -nf \$main_color -sb \$main_color -sf \$bg_color
|
bindsym $mod+ctrl+d exec passmenu --type -nb \$bg_color -nf \$main_color -sb \$main_color -sf \$bg_color
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
@@ -238,10 +239,6 @@ client.unfocused $bg_color $bg_color $main_color #2e9ef4
|
|||||||
|
|
||||||
bindsym $mod+z exec i3lock -c 151515 -e -f
|
bindsym $mod+z exec i3lock -c 151515 -e -f
|
||||||
|
|
||||||
for_window [class="^Chrome$" title=" - Chromium$"] border none
|
|
||||||
for_window [class="firefox"] border none
|
|
||||||
for_window [class="Gnome-calculator"] floating enabled
|
|
||||||
|
|
||||||
bindsym XF86Calculator exec --no-startup-id gnome-calculator
|
bindsym XF86Calculator exec --no-startup-id gnome-calculator
|
||||||
|
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls
|
||||||
@@ -259,3 +256,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 1 toggle
|
|||||||
focus_on_window_activation focus
|
focus_on_window_activation focus
|
||||||
|
|
||||||
for_window [instance="fontpreview"] floating enable
|
for_window [instance="fontpreview"] floating enable
|
||||||
|
for_window [class="^Chrome$" title=" - Chromium$"] border none
|
||||||
|
for_window [class="firefox"] border none
|
||||||
|
for_window [class="Gnome-calculator"] floating enabled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user