diff options
-rw-r--r-- | i3/config | 6 | ||||
-rw-r--r-- | i3/config.d/20-visual.conf | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -1,10 +1,6 @@ # vi: ft=i3config set $mod Mod1 +floating_modifier $mod include config.d/*.conf - -font pango:monospace 9 - -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $mod diff --git a/i3/config.d/20-visual.conf b/i3/config.d/20-visual.conf index 3ce08c7..84a4762 100644 --- a/i3/config.d/20-visual.conf +++ b/i3/config.d/20-visual.conf @@ -1,5 +1,7 @@ # vi: ft=i3config +font pango:monospace 9 + set $bgb #282a36 set $bg #282a36AA set $fg #f8f8f2 |