dotfiles/.nvidia-xinitrc

11 lines
153 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
if [ $# -gt 0 ]; then
$*
else
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
2020-04-02 20:33:36 +02:00
bspwm
fi