Replace Ly and Betterlockscreen with LightDM and Light-Locker
This commit is contained in:
@@ -2,4 +2,3 @@
|
||||
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
||||
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
||||
/usr/bin/nitrogen --restore & # Restore wallpaper
|
||||
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper
|
||||
|
Submodule .config/doom-emacs updated: 4e105a95af...042fe0c438
Submodule .config/dwm-flexipatch updated: 11e7bd9e90...206cef01e4
@@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
declare -a startup_array=(\
|
||||
# Background Processes
|
||||
"/usr/bin/light-locker --lock-on-suspend --lock-on-lid --idle-hint" \ # Light Locker
|
||||
"bash /home/sravan/.scripts/deadd.sh --on" \ # Deadd Notification Center
|
||||
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
||||
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
||||
"/usr/lib/kdeconnectd --replace" \ # KDE Connect Daemon
|
||||
"/usr/bin/redshift -x" \ # Redshift Blue Light Filter
|
||||
"/usr/bin/unclutter" \ # Hide Mouse Cursor
|
||||
@@ -17,7 +17,6 @@ declare -a kill_startup_array=(\
|
||||
"pkill picom" \ # Picom Compositor
|
||||
"pkill greenclip" \ # Greenclip Clipboard Manager
|
||||
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
||||
"pkill xss-lock" \ # Session Lock Utility
|
||||
"pkill kdeconnectd" \ # KDE Connect Daemon
|
||||
"pkill redshift" \ # Redshift Blue Light Filter
|
||||
"pkill unclutter" \ # Hide Mouse Cursor
|
||||
|
@@ -2470,7 +2470,6 @@ See [[https://github.com/phillipberndt/autorandr#hook-scripts][autorandr hook sc
|
||||
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
||||
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
||||
/usr/bin/nitrogen --restore & # Restore wallpaper
|
||||
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper
|
||||
#+END_SRC
|
||||
|
||||
** Compositor
|
||||
@@ -8299,11 +8298,11 @@ Xcursor.size: CURSOR_SIZE
|
||||
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .scripts/startup.sh
|
||||
declare -a startup_array=(\
|
||||
# Background Processes
|
||||
"/usr/bin/light-locker --lock-on-suspend --lock-on-lid --idle-hint" \ # Light Locker
|
||||
"bash /home/sravan/.scripts/deadd.sh --on" \ # Deadd Notification Center
|
||||
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
||||
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
||||
"/usr/lib/kdeconnectd --replace" \ # KDE Connect Daemon
|
||||
"/usr/bin/redshift -x" \ # Redshift Blue Light Filter
|
||||
"/usr/bin/unclutter" \ # Hide Mouse Cursor
|
||||
@@ -8315,7 +8314,6 @@ declare -a kill_startup_array=(\
|
||||
"pkill picom" \ # Picom Compositor
|
||||
"pkill greenclip" \ # Greenclip Clipboard Manager
|
||||
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
||||
"pkill xss-lock" \ # Session Lock Utility
|
||||
"pkill kdeconnectd" \ # KDE Connect Daemon
|
||||
"pkill redshift" \ # Redshift Blue Light Filter
|
||||
"pkill unclutter" \ # Hide Mouse Cursor
|
||||
|
Reference in New Issue
Block a user