Compare commits

..

No commits in common. "7fe5f823fe5faa8c3d8966694f1569cdaf557b3b" and "3be013e7e7216e9728f4da1611953ed320ed9f30" have entirely different histories.

2 changed files with 3 additions and 12 deletions

View File

@ -1 +0,0 @@
set enable-keypad on

View File

@ -5,19 +5,16 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
export AWT_TOOLKIT=MToolkit
wmname LG3D
compton &
dwmstatus &
if test -f "$HOME/.screenlayout/main.sh"; then
"$HOME/.screenlayout/main.sh"
fi
compton &
redshift &
dwmstatus &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
else if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
fi
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
fi
if command -v nextcloud &> /dev/null ; then
@ -31,8 +28,3 @@ 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