a
This commit is contained in:
parent
9bc7724a93
commit
977f896c24
1 changed files with 10 additions and 0 deletions
10
.xinitrc
Normal file
10
.xinitrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
sxhkd &
|
||||
echo ~/.config/sxhkd/sxhkdrc | entr -np pkill -USR1 -x sxhkd &
|
||||
pulseaudio &
|
||||
#dunst &
|
||||
#keepassxc &
|
||||
#syncthing --no-browser &> /dev/null &
|
||||
#xrdb .Xresources
|
||||
|
||||
exec dbus-run-session i3
|
Loading…
Reference in a new issue