[xinit] remove probably useless commands

This commit is contained in:
odrling 2023-10-12 04:11:29 +02:00
parent 1e769e539e
commit cf65af21d2
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -6,8 +6,6 @@ eval "$(dbus-launch --sh-syntax --exit-with-session)"
dunst &
# compositor
picom &
# default screen brightness
backlight 50 &
# default keyboard layout
sethid &
@ -15,9 +13,6 @@ sethid &
# hide cursor when unused
unclutter --ignore-scrolling -b
# map left control to escape
xcape -e 'Control_L=Escape' &
[ -e "$HOME/.xinitrc.local" ] && . "$HOME/.xinitrc.local"
command -v gentoo-pipewire-launcher && gentoo-pipewire-launcher &