Move variable definitions to top, for use earlier in file
This commit is contained in:
parent
35afb69030
commit
1d4839327e
@ -2,6 +2,12 @@
|
|||||||
#
|
#
|
||||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
# 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 ##
|
## Startup Applications ##
|
||||||
exec --no-startup-id ~/.fehbg
|
exec --no-startup-id ~/.fehbg
|
||||||
exec --no-startup-id xfce4-panel -d
|
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
|
#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! ##
|
## Keybindings! ##
|
||||||
mode "bypass" {
|
mode "bypass" {
|
||||||
bindsym $mod+Escape mode "default"
|
bindsym $mod+Escape mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user