#!/bin/sh # This is to catch lock-session from systemd xss-lock lock & # No dpms xset -dpms # The idle timer is handled elsewhere echo "enable autolock" > ~/.autolock_status toggle_autolock # Set my wallpaper feh --bg-scale /usr/share/backgrounds/tiles/default_blue.jpg exec dwm_status &