mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
# load Xresources
|
||
|
$HOME/.fehbg &
|
||
|
sxhkd &
|
||
|
exec bspwm
|
||
|
xrdb -I$HOME -load ~/.Xresources
|