From 5cd84746d424c6d31749b9c1c0619a691b037422 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 17 May 2020 09:32:11 +0100 Subject: ~some stuff with xserver --- Scripts/.local/scripts/reboot_services | 3 ++- XServer/.xinitrc | 3 +-- 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 & -- cgit v1.2.3-13-gbd6f