2020-06-16 01:16:16 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2020-07-30 07:54:52 +00:00
|
|
|
if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|
|
export AWT_TOOLKIT=MToolkit
|
|
|
|
wmname LG3D
|
2020-06-16 01:16:16 +00:00
|
|
|
|
2020-07-30 07:54:52 +00:00
|
|
|
compton &
|
|
|
|
dwmstatus &
|
|
|
|
if test -f "$HOME/.screenlayout/main.sh"; then
|
|
|
|
"$HOME/.screenlayout/main.sh"
|
|
|
|
fi
|
|
|
|
|
|
|
|
compton &
|
|
|
|
redshift &
|
2020-06-16 01:16:16 +00:00
|
|
|
|
2020-07-30 07:54:52 +00:00
|
|
|
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
|
|
|
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
|