dotfiles/gaming/.scripts/game_exit.sh
Sravan Balaji 4c4daeab26 Use $HOME env var instead of hardcoded paths
- Replace home directory paths with $HOME env var
- Add sleeps to winitrc so it waits for dwl to start
2024-09-29 15:13:54 -04:00

10 lines
342 B
Bash
Executable File

#!/usr/bin/env bash
if [ $XDG_SESSION_DESKTOP == "dwm" ]; then
$HOME/.scripts/picom.sh --on &
/usr/bin/xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -s false &
fi
$HOME/.scripts/dunst.sh --unpause &
$HOME/.scripts/cpu-gpu.sh --cpu-profile-balanced &
$HOME/.scripts/cpu-gpu.sh --gpu-profile-adaptive &