#!/usr/bin/env bash export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" # Dim the screen after 30s of inactivity, lock the screen two minutes later using i3lock: xset s 30 120 xss-lock -n ~/bin/dim-screen.sh -- physlock -smd & feh --bg-scale /home/mopar/Documents/wallpaper/1056662-arch-linux-wallpaper-1920x1080-for-samsung-galaxy.jpg & pgrep dino || GDK_DPI_SCALE=1.5 GTK_THEME='Adwaita:dark' dino & openkeepass.sh & pgrep firefox || firefox & # xss-lock --transfer-sleep-lock -- i3lock --nofork & # ~/.screenlayout/all.60hz.sh & # nm-applet & # yakuake & # sxhkd & # picom -bCG --no-fading-openclose --vsync --backend glx --inactive-opacity=1 --frame-opacity=0.5 --menu-opacity=0.8 & # kate -s i3 & # chromium & # clementine && qdbus org.mpris.MediaPlayer2.clementine /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play &