aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xScripts/.local/scripts/reboot_services3
-rw-r--r--XServer/.xinitrc3
2 files changed, 3 insertions, 3 deletions
diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services
index 2555d64..2d2382b 100755
--- a/Scripts/.local/scripts/reboot_services
+++ b/Scripts/.local/scripts/reboot_services
@@ -2,5 +2,6 @@
killall sxhkd;
killall mpd;
+killall picom;
-refresh_bar & mpd & sxhkd;
+picom & refresh_bar & mpd & sxhkd;
diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index 3b02641..cc72050 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -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 &