[aranea] i3: swap dmenu bindings; rename workspace 11
This commit is contained in:
parent
d07ff09e7a
commit
bd6bcf8477
|
|
@ -96,10 +96,10 @@ for_window [window_role="floating"] floating enable
|
||||||
bindsym $mod+Shift+Return exec i3-sensible-terminal --window --role=floating
|
bindsym $mod+Shift+Return exec i3-sensible-terminal --window --role=floating
|
||||||
|
|
||||||
# ~~ Start application launcher (dmenu)
|
# ~~ Start application launcher (dmenu)
|
||||||
# This one only displays .desktop file applications
|
|
||||||
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
|
||||||
# Regular dmenu:
|
# Regular dmenu:
|
||||||
bindsym $mod+Shift+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
|
# This one only displays .desktop file applications
|
||||||
|
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# ~~ Kill focused window
|
# ~~ Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
@ -180,7 +180,7 @@ set $WS7 7
|
||||||
set $WS8 8
|
set $WS8 8
|
||||||
set $WS9 9
|
set $WS9 9
|
||||||
set $WS10 "10: mail"
|
set $WS10 "10: mail"
|
||||||
set $WS11 "11: irc"
|
set $WS11 11
|
||||||
set $WS12 "12: chat"
|
set $WS12 "12: chat"
|
||||||
|
|
||||||
# Alternative set of workspaces for secondary monitor
|
# Alternative set of workspaces for secondary monitor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue