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