From 4d7bd6665b5d93eb9187e25dc0cbb364d426593d Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 30 Mar 2023 16:20:49 -0400 Subject: Update i3/config to include local file This also syncs with my work setup which is my prefered setup anyway. There are likely still configurations I can move out to my desktops "local" configuration. But we'll see --- .config/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 5f9ec45..ad9e2db 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,11 +14,13 @@ set $mod Mod4 # font for window titles. ISO 10646 = Unicode font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -font xft:Liberation Mono 8 +font xft:Liberation Mono 9 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +focus_follows_mouse no + # start a terminal bindsym $mod+Return exec st @@ -75,9 +77,6 @@ bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent -# mouse focus -focus_follows_mouse no - # focus the child container #bindcode $mod+d focus child @@ -171,5 +170,6 @@ client.urgent #e93d3d #e93d3d #e93d3d for_window [class="Godot"] floating enable for_window [title=".*Godot Engine*."] floating disable -for_window [class=".*"] border pixel 1 -for_window [floating] border normal +for_window [title="Desktop — Plasma"] kill, floating enable, border none + +include "~/.config/i3/pc_local_config" -- cgit v1.2.3-54-g00ecf