dotfiles/xinitrc

13 lines
171 B
Plaintext
Raw Normal View History

2017-05-15 20:47:47 -04:00
#!/bin/sh
[ -f ~/.Xresources ] && xrdb -merge .Xresources
xsetroot -cursor_name left_ptr
2017-11-20 01:25:59 -05:00
xbindkeys
2017-11-13 11:08:35 -05:00
xmodmap ~/.Xmodmap
#nm-applet &
#discord &
#slack &
2019-01-04 16:19:58 -05:00
compton &
2017-06-07 00:57:06 -04:00
exec i3