Move variable definitions to top, for use earlier in file

This commit is contained in:
Adam Goldsmith 2019-06-18 10:38:29 -04:00
parent 35afb69030
commit 1d4839327e
1 changed files with 6 additions and 6 deletions

View File

@ -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"