diff options
-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]) { |