From 6f47ce2173ec08bf010df407f1a784076cd01cdd Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 10 Sep 2025 21:10:29 +0200 Subject: up --- .config/x11/xinitrc | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to '.config/x11') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index e39e37f..18ec7b6 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -4,7 +4,6 @@ case $(hostname -s) in mother) icon=" " mpd="mpd" - xscr="xscreensaver --no-splash" sleep="sleep 1" ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1" host="mother" @@ -13,7 +12,6 @@ case $(hostname -s) in po-rbo) icon=" " mpd="mpd" - xscr="xscreensaver" sleep="sleep 0.1" ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1" host="po-rbo" @@ -22,7 +20,6 @@ case $(hostname -s) in mars) icon=" " mpd="musicpd" - xscr="xscreensaver --no-splash" sleep="gsleep 1" ping="ping -c1 -t1 9.9.9.9 >/dev/null 2>&1" host="mars" @@ -52,26 +49,13 @@ dunst_shit() { } start_apps() { - # [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe CM_SELECTIONS=clipboard startif clipmenud startif copyq startif nextcloud - QT_SCALE_FACTOR=1.35 startif rclone-browser - # startif nixGL teams-for-linux - # startif thunderbird - # startif firefox -} + [ $host = "po-rbo" ] && QT_SCALE_FACTOR=1.35 startif rclone-browser export LANG='en_US.UTF-8' [ $host = "mother" ] && "$HOME"/.local/bin/scr2 -# [ $host = "mother" ] && xrandr \ -# --output HDMI-0 --mode 1920x1080 --pos 2560x0 --rotate normal \ -# --output DP-0 --off \ -# --output DP-1 --off \ -# --output DP-2 --off \ -# --output DP-3 --off \ -# --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 0x0 --rotate normal \ -# --output DP-5 --off [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ --output HDMI-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal \ @@ -84,10 +68,6 @@ dunst_shit pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 xset s off xset -dpms -# startif $xscr -# doas rc-service wireguard start && -# notify-send -u normal 'wireguard' 'WireGuard started' -# $sleep pkill wireplumber pkill pipewire-pulse pkill pipewire -- cgit v1.2.3