Git Editor, Dunst Appearance, Game Scripts, Session Control No Password, Startup Application Fixes

- Change dunst x-spacing to 0 in Xresources so notifications line up
  with edge of screen
- Change git editor to emacs in gitconfig and environment variable
- Remove git difftool from gitconfig
- Add game launch script to turn off compositor and toggle dnd for notifications
- Add game exit script to toggle dnd for notifications
- Remove pkexec from session.sh since password is not necessary
- Separate apps & system processes in startup.sh
- Start system processes in xinitrc
- Start tray apps after delay in xinitrc to fix issues w/ missing
  icons and scrolling / OSD not working
- Replace some polybar modules with tray applications
This commit is contained in:
Sravan Balaji
2021-05-23 16:02:40 -04:00
parent 045470636f
commit 1ddbd596b6
9 changed files with 206 additions and 105 deletions

View File

@@ -45,16 +45,16 @@ main() {
light-locker-command --lock
;;
--sleep)
pkexec systemctl suspend
systemctl suspend
;;
--reboot)
pkexec reboot
reboot
;;
--shutdown)
pkexec poweroff
shutdown now
;;
--hibernate)
pkexec systemctl hibernate
systemctl hibernate
;;
--restart)
xmonad --recompile