diff --git a/files/settings/i3.config b/files/settings/i3.config index 4cd6cdf..e12a729 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -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