From b487984ecc61c6229cf92550030745c192fd3d0b Mon Sep 17 00:00:00 2001 From: Arnold Sommerfeld Date: Wed, 17 May 2023 18:44:48 +0100 Subject: first commit --- home/.config/X11/xprofile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 home/.config/X11/xprofile (limited to 'home/.config/X11/xprofile') diff --git a/home/.config/X11/xprofile b/home/.config/X11/xprofile new file mode 100644 index 0000000..54e04b3 --- /dev/null +++ b/home/.config/X11/xprofile @@ -0,0 +1,18 @@ +#!/usr/bin/env sh +# shellcheck source=/dev/null +[ -r ~/.config/sh/envrc ] && . ~/.config/sh/envrc +display-setup + +systemctl --user import-environment PATH DISPLAY XAUTHORITY + +[ -r ~/.config/X11/Xresources ] && xrdb ~/.config/X11/Xresources + +xsetroot -cursor_name left_ptr & +input-setup & +unclutter & +keynav & +if [ "$(uname -n)" != "tau" ]; then + launch-polybar & + dunst & + sxhkd & +fi -- cgit v1.2.3-70-g09d2