mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
11 lines
135 B
Bash
Executable file
11 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
# load Xresources
|
|
$HOME/.fehbg &
|
|
sxhkd &
|
|
exec bspwm
|
|
xrdb -I$HOME -load ~/.Xresources
|