Compare commits

..

No commits in common. "5ceff37afe7cd6bb4f17e822f9ff56b38d7c6f1d" and "89a4626521ea95a8f397c3a43d30c188adaa0537" have entirely different histories.

View File

@ -5,44 +5,16 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
export AWT_TOOLKIT=MToolkit
wmname LG3D
if test -f "$HOME/.screenlayout/main.sh"; then
"$HOME/.screenlayout/main.sh"
fi
compton &
redshift &
dwmstatus &
dunst &
numlockx on &
if command -v blueman-applet &> /dev/null ; then
blueman-applet &
fi
# Audio
if command -v pasystray &> /dev/null ; then
pasystray &
fi
if command -v nextcloud &> /dev/null ; then
nextcloud --background &
fi
if command -v signal-desktop &> /dev/null ; then
signal-desktop --start-in-tray &
fi
if command -v steam &> /dev/null ; then
steam -silent &
fi
# Bluetooth
if command -v jetbrains-toolbox &> /dev/null ; then
jetbrains-toolbox --minimize &
fi
# Authentication agent for running application as root
if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
fi
# Set background
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
else
@ -52,4 +24,24 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
fi
fi
if command -v nextcloud &> /dev/null ; then
nextcloud &
fi
if command -v jetbrains-toolbox &> /dev/null ; then
jetbrains-toolbox --minimize &
fi
if command -v slack &> /dev/null ; then
slack &
fi
# Authentication agent for running application as root
if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
fi
# Bluetooth
if command -v blueman-applet &> /dev/null ; then
blueman-applet &
fi