[aranea] i3: swap dmenu bindings; rename workspace 11

This commit is contained in:
Lexi / Zoe 2020-07-17 17:25:52 +02:00
parent d07ff09e7a
commit bd6bcf8477
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 4 additions and 4 deletions

View File

@ -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