diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-24 19:36:21 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-24 19:36:21 +0200 |
| commit | 7a2783375d589e1f7ab095f4179110ebe055de19 (patch) | |
| tree | 1b9372cbb257738d9ed3ac167be6effdc8c223d5 | |
| parent | 9375cacd80b25bd9d0d58fd1803f02d2b8f59189 (diff) | |
update locker + i3 binds
| -rwxr-xr-x | .config/i3/autostart | 2 | ||||
| -rw-r--r-- | .config/xbindkeys/main | 9 | ||||
| -rwxr-xr-x | .config/yadm/bootstrap | 6 | ||||
| -rwxr-xr-x | .config/yadm/root/bootstrap | 6 | ||||
| -rw-r--r-- | .config/yadm/root/etc/lightdm/lightdm-gtk-greeter.conf | 1 | ||||
| -rwxr-xr-x | .local/share/bin/lock | 4 |
6 files changed, 22 insertions, 6 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 586ccaf..8bc9682 100755 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -15,6 +15,8 @@ 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/.config/xbindkeys/main b/.config/xbindkeys/main index 14c5c30..47a89f6 100644 --- a/.config/xbindkeys/main +++ b/.config/xbindkeys/main @@ -91,6 +91,15 @@ "i3-msg move right" Mod4 + Shift + l +"i3-msg move workspace to output left" + Mod1 + Mod4 + Shift + h +"i3-msg move workspace to output down" + Mod1 + Mod4 + Shift + j +"i3-msg move workspace to output up" + Mod1 + Mod4 + Shift + k +"i3-msg move workspace to output right" + Mod1 + Mod4 + Shift + l + "i3-msg resize grow width 10 px" Mod4 + period "i3-msg resize shrink width 10 px" diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 64a27b5..372735d 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -1,12 +1,12 @@ #!/bin/sh -# never use custom locale in TTY/logs -export LANG=C - cd "$(dirname "$0")" . "$HOME/.profile" . ./lib/bootstrap +# never use custom locale in TTY/logs +export LANG=C + alias s=silent # ensure required packages are installed diff --git a/.config/yadm/root/bootstrap b/.config/yadm/root/bootstrap index b244471..9ad3ce7 100755 --- a/.config/yadm/root/bootstrap +++ b/.config/yadm/root/bootstrap @@ -2,6 +2,12 @@ cd "$(dirname "$0")" . ../lib/bootstrap +# never use custom locale in TTY/logs +export LANG=C + +alias s=silent + + wrong_call() { cat << EOF run this script as root and with the username of your user account diff --git a/.config/yadm/root/etc/lightdm/lightdm-gtk-greeter.conf b/.config/yadm/root/etc/lightdm/lightdm-gtk-greeter.conf index aedfe2a..14e8ee1 100644 --- a/.config/yadm/root/etc/lightdm/lightdm-gtk-greeter.conf +++ b/.config/yadm/root/etc/lightdm/lightdm-gtk-greeter.conf @@ -2,3 +2,4 @@ theme-name=adw-gtk3-dark indicators=~session;~power hide-user-image=true +screensaver-timeout = 15 diff --git a/.local/share/bin/lock b/.local/share/bin/lock index 988c0ec..5db8bd8 100755 --- a/.local/share/bin/lock +++ b/.local/share/bin/lock @@ -1,4 +1,2 @@ #!/bin/sh -xset s 15 15 -slock -xset s default +light-locker-command -l |