diff options
| -rwxr-xr-x | .config/i3/autostart | 2 | ||||
| -rwxr-xr-x | .local/share/bin/lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 8bc9682..586ccaf 100755 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -15,8 +15,6 @@ xdimmer -t 45 -p 3 & redshift -l 52:6 & nicotine --hidden & desktop2mqtt --config "$XDG_CONFIG_HOME/desktop2mqtt/config.yml" & -light-locker --no-late-locking --no-lock-on-suspend --no-lock-on-lid & -discord --start-minimized & # auto start lazy script after everything else [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & diff --git a/.local/share/bin/lock b/.local/share/bin/lock index 5db8bd8..988c0ec 100755 --- a/.local/share/bin/lock +++ b/.local/share/bin/lock @@ -1,2 +1,4 @@ #!/bin/sh -light-locker-command -l +xset s 15 15 +slock +xset s default |