Files
dotfiles/dotfiles/xinitrc
CramMK 5889c607bd Add templating with profiles
- workstation
- laptop
2020-01-29 13:37:05 +01:00

11 lines
208 B
Plaintext
Executable File

export TERM="xterm-256color"
xrdb -load $HOME/.Xresources
{%@@ if profile == "workstation" @@%}
/share/bin/isda
~/bin/.keyboard.scm &
xrandr --output DVI-I-1 --auto --right-of VGA-1
exec i3
{%@@ endif @@%}