~some stuff with xserver
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
killall sxhkd;
|
killall sxhkd;
|
||||||
killall mpd;
|
killall mpd;
|
||||||
|
killall picom;
|
||||||
|
|
||||||
refresh_bar & mpd & sxhkd;
|
picom & refresh_bar & mpd & sxhkd;
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
setxkbmap gb -option shift:both_capslock -option caps:none;
|
setxkbmap gb -option shift:both_capslock -option caps:none;
|
||||||
xmodmap ~/.Xmodmap;
|
xmodmap ~/.Xmodmap;
|
||||||
systemctl --user restart emacs;
|
|
||||||
|
|
||||||
|
systemctl start --user emacs &
|
||||||
$(xss-lock --transfer-sleep-lock -- lock) &
|
$(xss-lock --transfer-sleep-lock -- lock) &
|
||||||
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
||||||
picom &
|
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
$HOME/.local/scripts/reboot_services &
|
$HOME/.local/scripts/reboot_services &
|
||||||
|
|||||||
Reference in New Issue
Block a user