i3 does not like coments at the end of lines!

This commit is contained in:
2026-07-16 17:27:21 -07:00
parent 2f3109d113
commit 3823aa438a
+22 -11
View File
@@ -49,7 +49,8 @@ floating_modifier $mod
tiling_drag modifier titlebar
# 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
#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.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1 - CMD" # Command Line
set $ws2 "2 - WEB" # Web Surfing
set $ws3 "3 - PRG" # Programming
set $ws4 "4 - FLT" # Flutter
set $ws5 "5 - CHT" # Chats
set $ws6 "6 - EDT" # Editors
set $ws7 "7 - ENT" # Entertainment
set $ws8 "8 - MUS" # Music
set $ws9 "9 - VID" # Videos
set $ws10 "10 - VPN" # VPNs
# Command Line
set $ws1 "1 - CMD"
# Web Surfing
set $ws2 "2 - WEB"
# Programming
set $ws3 "3 - PRG"
# Flutter
set $ws4 "4 - FLT"
# Chats
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
bindsym $mod+1 workspace number $ws1