diff options
author | Steph Enders <steph@senders.io> | 2023-03-30 16:20:49 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-03-30 16:20:49 -0400 |
commit | 4d7bd6665b5d93eb9187e25dc0cbb364d426593d (patch) | |
tree | 3dd63f0edc12a2a5b220f3047939ebe97948803c | |
parent | 6422e91c326233097ca9d0079913f7e6b3eeb1d8 (diff) |
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
-rw-r--r-- | .config/i3/config | 12 |
1 files changed, 6 insertions, 6 deletions
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" |