aboutsummaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 8671d1f..a4e1a61 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -4,7 +4,7 @@ set $down j
set $up k
set $right l
-font pango:JetBrainsMono Nerd Font 9
+font pango:MartianMono Nerd Font Medium 9
exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
@@ -31,8 +31,11 @@ bindsym Print exec --no-startup-id flameshot gui
for_window [class="love"] floating enable
for_window [instance="Godot_Engine"] floating enable
-gaps outer 2
-gaps inner 6
+gaps outer 0
+gaps inner 2
+
+# default_border pixel 2
+# default_floating_border pixel 2
floating_modifier $mod
@@ -57,7 +60,7 @@ bindsym $mod+Shift+$right move right
bindsym $mod+g split h
bindsym $mod+v split v
-bindsym $mod+f fullscreen toggle
+bindsym $mod+a fullscreen toggle
bindsym $mod+y layout stacking
bindsym $mod+w layout tabbed
@@ -67,7 +70,7 @@ bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
-bindsym $mod+b focus parent
+bindsym $mod+i focus parent
set $ws1 "1"
set $ws2 "2"
@@ -91,7 +94,6 @@ bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
-bindsym $mod+c workspace number $ws8
bindsym $mod+z workspace number $ws9
bindsym $mod+x workspace number $ws10
@@ -106,7 +108,6 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
-bindsym $mod+Shift+c move container to workspace number $ws8
bindsym $mod+Shift+z move container to workspace number $ws9
bindsym $mod+Shift+x move container to workspace number $ws10