Add WM export, make workspaces block bspwm compatible
This commit is contained in:
@@ -24,6 +24,6 @@ redshift &
|
||||
|
||||
thunar --daemon &
|
||||
|
||||
sxhkd "$XDG_CONFIG_HOME/sxhkd/i3" &
|
||||
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
|
||||
|
||||
exec i3
|
||||
exec $WM
|
||||
|
||||
@@ -43,6 +43,9 @@ export TERMINAL="urxvt"
|
||||
# Vim
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
|
||||
# WM
|
||||
export WM="i3"
|
||||
|
||||
# Xorg
|
||||
export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc"
|
||||
export XAUTHORITY="$XDG_DATA_HOME/xorg/Xauthority"
|
||||
|
||||
Reference in New Issue
Block a user