diff options
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 0d3a577..59b01e8 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,36 +40,38 @@ startif() { dunst_shit() { sleep 1 - [ $host = "po-rbo" ] && startif /home/r_bousset/.nix-profile/bin/dunst || startif dunst + startif dunst sleep 2 startif mpd-notification startif lowbat for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - [ $host = "mother" ] && "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png || "$HOME"/.local/bin/setwp "$HOME"/pics/wp/129.jpg + [ $host = "mother" ] && "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png || "$HOME"/.local/bin/setwp "$HOME"/pics/wp/desert "$HOME"/.local/bin/kb & } start_apps() { - [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe + # [ $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 + # startif nixGL teams-for-linux + # startif thunderbird + # startif firefox } export LANG='en_US.UTF-8' -[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 3360x0 --rotate normal \ +[ $host = "mother" ] && xrandr \ + --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ + --output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ + --output DP-4 --off \ --output DP-5 --off + # --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ [ $host = "po-rbo" ] && xrandr \ --output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \ --output HDMI-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal \ |