about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xinitrc25
1 files changed, 16 insertions, 9 deletions
diff --git a/xinitrc b/xinitrc index 186c45f..f976e9a 100644 --- a/xinitrc +++ b/xinitrc
@@ -1,7 +1,8 @@
1# Set up X.org -*- sh -*- 1# Set up X.org
2xrdb ~/.xresources 2xrdb ~/.xresources
3xmodmap ~/.xmodmap 3xmodmap ~/.xmodmap
4#xsetroot -cursor_name left_ptr 4xsetroot -cursor_name left_ptr
5xsetroot -grey
5xhost +SI:localhost:$USER 6xhost +SI:localhost:$USER
6 7
7# https://wiki.archlinux.org/title/Libinput and libinput(4) 8# https://wiki.archlinux.org/title/Libinput and libinput(4)
@@ -18,14 +19,20 @@ touchpad_set "libinput Tapping Drag Lock Enabled" 1
18# Environment variables 19# Environment variables
19export GTK_OVERLAY_SCROLLING=0 20export GTK_OVERLAY_SCROLLING=0
20 21
22if test -z "$DBUS_SESSION_BUS_ADDRESS"
23then eval "$(dbus-launch --sh-syntax --exit-with-x11)"
24fi
25
21# Autostart 26# Autostart
22eval $(dbus-launch --sh-syntax --exit-with-x11)
23/usr/libexec/pipewire-launcher & 27/usr/libexec/pipewire-launcher &
24brightnessctl set 40% 28brightnessctl set 40%
25if test -x ~/.fehbg 29test -x ~/.fehbg && ~/.fehbg
26then ~/.fehbg 30
27else xsetroot -grey 31keepassxc &
28fi 32
33# exec herbstluftwm --locked --autostart $HOME/.herbstluftwmrc
34# exec i3
35
36# exwm
29 37
30# WM 38IN_EXWM=1 exec emacs
31exec dbus-run-session i3