Change i3 mod+tab navigation
dblume

dblume commited on 2023-11-12 13:00:34
Showing 1 changed files, with 7 additions and 1 deletions.

... ...
@@ -94,7 +94,9 @@ bindsym $mod+Shift+Down move down
94 94
 bindsym $mod+Shift+Up move up
95 95
 bindsym $mod+Shift+Right move right
96 96
 
97
-bindsym $mod+Tab workspace back_and_forth
97
+#bindsym $mod+Tab workspace back_and_forth
98
+bindsym $mod+Tab workspace next
99
+bindsym $mod+Shift+Tab workspace prev
98 100
 bindsym $mod+Ctrl+l workspace next
99 101
 bindsym $mod+Ctrl+h workspace prev
100 102
 bindsym $mod+Ctrl+Right workspace next
... ...
@@ -198,6 +200,10 @@ mode "resize" {
198 200
 }
199 201
 bindsym $mod+r mode "resize"
200 202
 
203
+# To hide the window title bar
204
+#default_border pixel 1
205
+#default_floating_border pixel 4
206
+
201 207
 set $bg-color 	         #2f343f
202 208
 set $inactive-bg-color   #2f343f
203 209
 set $text-color          #f3f4f5
204 210