~some stuff with xserver

This commit is contained in:
dx
2020-05-17 09:32:11 +01:00
parent f45a0c86c0
commit 5cd84746d4
2 changed files with 3 additions and 3 deletions

View File

@@ -2,5 +2,6 @@
killall sxhkd;
killall mpd;
killall picom;
refresh_bar & mpd & sxhkd;
picom & refresh_bar & mpd & sxhkd;

View File

@@ -2,11 +2,10 @@
setxkbmap gb -option shift:both_capslock -option caps:none;
xmodmap ~/.Xmodmap;
systemctl --user restart emacs;
systemctl start --user emacs &
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
picom &
while true; do
$HOME/.local/scripts/reboot_services &