From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.xinitrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 common/.xinitrc (limited to 'common/.xinitrc') diff --git a/common/.xinitrc b/common/.xinitrc new file mode 100644 index 0000000..72ab245 --- /dev/null +++ b/common/.xinitrc @@ -0,0 +1,22 @@ +[ -f ~/.xinitrc.pre ] && . ~/.xinitrc.pre +xrdb -load ~/.Xresources +mywal -R +[ -f ~/.Xresources.local ] && xrdb -merge ~/.Xresources.local +xsettingsd & +xset s 3600 +[ ! "$IS_UNDERPOWERED" = 1 ] && picom --config ~/.picom.conf & +dunst & +unclutter -root -idle 5 & +(pidof transmission-daemon >/dev/null || \ + (which transmission-daemon 2>&1 >/dev/null &&\ + transmission-daemon)) & +[ "$IS_MAIN" = 1 ] && x11vnc -display :0 -forever & +xsetroot -cursor_name left_ptr +autocutsel & +xkbcomp ~/.keymap.xkb $DISPLAY +xmodmap ~/.Xmodmap +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=ibus +export XMODIFIERS=@im-ibus +[ -f ~/.xinitrc.post ] && . ~/.xinitrc.post +emacs -- cgit v1.2.3