From ce5198e0a8762b8566b9458b5e9a6f666bc201db Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Oct 2022 13:13:10 +0200 Subject: i3 --- i3/config | 6 +----- i3/config.d/20-visual.conf | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/i3/config b/i3/config index 0fbe250..ebd3bab 100644 --- a/i3/config +++ b/i3/config @@ -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 -- cgit v1.2.3