forked from colonelpanic/dotfiles
10 lines
254 B
Bash
10 lines
254 B
Bash
# -*- mode: sh; -*-
|
|
|
|
|
|
# If there are issues with path, check /etc/profile for hard overrides of PATH.
|
|
. "$HOME/.lib/login.sh"
|
|
# XXX: prevents https://github.com/xmonad/xmonad/issues/86 from affecting startup
|
|
|
|
rm -f ~/.xmonad/xmonad.state
|
|
load_xkb_map.sh
|