i3 does not like coments at the end of lines!
This commit is contained in:
+22
-11
@@ -49,7 +49,8 @@ floating_modifier $mod
|
|||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec st #i3-sensible-terminal
|
bindsym $mod+Return exec st
|
||||||
|
# Used to be i3-sensible-terminal, but was calling gnome-terminal :c
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
#bindsym $mod+Shift+q kill
|
#bindsym $mod+Shift+q kill
|
||||||
@@ -117,16 +118,26 @@ bindsym $mod+a focus parent
|
|||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
set $ws1 "1 - CMD" # Command Line
|
# Command Line
|
||||||
set $ws2 "2 - WEB" # Web Surfing
|
set $ws1 "1 - CMD"
|
||||||
set $ws3 "3 - PRG" # Programming
|
# Web Surfing
|
||||||
set $ws4 "4 - FLT" # Flutter
|
set $ws2 "2 - WEB"
|
||||||
set $ws5 "5 - CHT" # Chats
|
# Programming
|
||||||
set $ws6 "6 - EDT" # Editors
|
set $ws3 "3 - PRG"
|
||||||
set $ws7 "7 - ENT" # Entertainment
|
# Flutter
|
||||||
set $ws8 "8 - MUS" # Music
|
set $ws4 "4 - FLT"
|
||||||
set $ws9 "9 - VID" # Videos
|
# Chats
|
||||||
set $ws10 "10 - VPN" # VPNs
|
set $ws5 "5 - CHT"
|
||||||
|
# Editors
|
||||||
|
set $ws6 "6 - EDT"
|
||||||
|
# Entertainment
|
||||||
|
set $ws7 "7 - ENT"
|
||||||
|
# Music
|
||||||
|
set $ws8 "8 - MUS"
|
||||||
|
# Videos
|
||||||
|
set $ws9 "9 - VID"
|
||||||
|
# VPNs
|
||||||
|
set $ws10 "10 - VPN"
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
bindsym $mod+1 workspace number $ws1
|
bindsym $mod+1 workspace number $ws1
|
||||||
|
|||||||
Reference in New Issue
Block a user