aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commitd9aa82f607b955fde7b8f83744097d8dfec90760 (patch)
tree33f05d6436d83f80001d40c5f80a2f9c98ad0c63 /.config/i3/config
parent6bddf25a82605b43e7470457184e3016a043d128 (diff)
removed cringe
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config35
1 files changed, 26 insertions, 9 deletions
diff --git a/.config/i3/config b/.config/i3/config
index fddda7f..c6a5693 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -11,7 +11,7 @@
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
-font pango:Maple Mono NF 8
+font pango:Mononoki Nerd Font Mono 10
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -86,10 +86,10 @@ bindsym $mod+$up focus up
bindsym $mod+$right focus right
# alternatively, you can use the cursor keys:
-bindsym $mod+Left focus left
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
+# bindsym $mod+Left focus left
+# bindsym $mod+Down focus down
+# bindsym $mod+Up focus up
+# bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+$left move left
@@ -98,10 +98,10 @@ bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
# alternatively, you can use the cursor keys:
-bindsym $mod+Shift+Left move left
-bindsym $mod+Shift+Down move down
-bindsym $mod+Shift+Up move up
-bindsym $mod+Shift+Right move right
+# bindsym $mod+Shift+Left move left
+# bindsym $mod+Shift+Down move down
+# bindsym $mod+Shift+Up move up
+# bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+g split h
@@ -207,10 +207,27 @@ mode "resize" {
bindsym $mod+r mode "resize"
+set $yellow #ffd866
+set $dyellow #f48f3d
+set $gray #333333
+set $lgray #888888
+set $black #000000
+set $white #ffffff
+
+# class border backgr. text indicator child_border
+client.focused $yellow $yellow $black #2e9ef4 $dyellow
+client.focused_inactive $dyellow $dyellow $black #484e50 $gray
+client.unfocused $gray $gray $lgray #292d2e $gray
+client.urgent #2f343a #900000 #ffffff #900000 #900000
+client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
+
+client.background #ffffff
+
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3blocks -c ~/.config/i3/i3blocks.conf
+
# mode hide
colors {