mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
10 lines
135 B
Bash
Executable file
10 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
# load Xresources
|
|
$HOME/.fehbg &
|
|
sxhkd &
|
|
exec bspwm
|
|
xrdb -I$HOME -load ~/.Xresources
|