From e27236e575c589ae94950eb2b2d9c0172c82d787 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 10 Sep 2025 09:26:39 +0200 Subject: up --- .config/x11/xinitrc | 2 +- .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]) { -- cgit v1.2.3