Tried out dk again.
This commit is contained in:
parent
cb0e70d04e
commit
c478fc36c2
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sudo ryzenadj-service &
|
ryzenctl normal
|
||||||
|
|
||||||
# disbale laptop monitor if external is connected
|
# disbale laptop monitor if external is connected
|
||||||
external-monitor.sh
|
external-monitor.sh
|
||||||
@ -35,6 +35,9 @@ xmonad --recompile
|
|||||||
xwallpaper --stretch "$HOME"/pics/wallpapers/wawe.jpg
|
xwallpaper --stretch "$HOME"/pics/wallpapers/wawe.jpg
|
||||||
|
|
||||||
[ -f "$HOME/.cache/gaming.lock" ] && rm "$HOME"/.cache/gaming.lock
|
[ -f "$HOME/.cache/gaming.lock" ] && rm "$HOME"/.cache/gaming.lock
|
||||||
|
[ -f "$HOME/.cache/dk.lock" ] && rm "$HOME"/.cache/dk.lock
|
||||||
|
|
||||||
# Run xmonad with dbus
|
# Run xmonad with dbus
|
||||||
exec dbus-launch --exit-with-session xmonad
|
exec dbus-launch --exit-with-session xmonad
|
||||||
|
# Run dk with dbus
|
||||||
|
# exec dbus-launch --exit-with-session dk
|
||||||
|
Loading…
Reference in New Issue
Block a user