diff options
author | joe <rbo@gmx.us> | 2025-09-10 09:26:39 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-10 09:26:39 +0200 |
commit | e27236e575c589ae94950eb2b2d9c0172c82d787 (patch) | |
tree | e8eaf79fba0907c01583f5299dd2fce66c9cdafa | |
parent | up (diff) | |
download | dotfiles-bsd-e27236e575c589ae94950eb2b2d9c0172c82d787.tar.gz dotfiles-bsd-e27236e575c589ae94950eb2b2d9c0172c82d787.tar.bz2 dotfiles-bsd-e27236e575c589ae94950eb2b2d9c0172c82d787.tar.xz dotfiles-bsd-e27236e575c589ae94950eb2b2d9c0172c82d787.tar.zst dotfiles-bsd-e27236e575c589ae94950eb2b2d9c0172c82d787.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/dmlog | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 8d033d2..e39e37f 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -84,7 +84,7 @@ dunst_shit pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 xset s off xset -dpms -startif $xscr +# startif $xscr # doas rc-service wireguard start && # notify-send -u normal 'wireguard' 'WireGuard started' # $sleep diff --git a/.local/bin/dmlog b/.local/bin/dmlog index 6256be8..600e4d4 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -64,12 +64,8 @@ sub action "-fail-color", "0xcc241d"); } else { - if (HOSTNAME eq 'po-rbo') { - exec(SLOCK_PATH); - } - else { - exec(XSCREENSAVER_PATH, '-lock'); - } + exec(SLOCK_PATH); + # exec(XSCREENSAVER_PATH, '-lock'); } } elsif ($var eq ${+LIST}[1]) { |