From 1d4839327e60d43f4ac870a14800add34a69b652 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 18 Jun 2019 10:38:29 -0400 Subject: [PATCH] Move variable definitions to top, for use earlier in file --- .config/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 85aebb7..5d763d5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -2,6 +2,12 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! +# variables for use later +set $mod Mod4 +set $mon1 DP-0 +set $mon2 LVDS-0 +set $config_dir ~/.config/i3 + ## Startup Applications ## exec --no-startup-id ~/.fehbg exec --no-startup-id xfce4-panel -d @@ -27,12 +33,6 @@ exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capsloc #exec --no-startup-id compton --backend glx --vsync opengl -# $mod variable for use later -set $mod Mod4 -set $mon1 DP-0 -set $mon2 LVDS-0 -set $config_dir /home/adam/.config/i3 - ## Keybindings! ## mode "bypass" { bindsym $mod+Escape mode "default"