diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-25 18:41:38 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-25 18:41:38 +0100 |
| commit | 58d08f0c0b8cebc00dcbeda50fcc50247e1a85a1 (patch) | |
| tree | dca8f58a293d13497331b4ca684dcc38781c810a /.xinitrc | |
| parent | 214409a3676367ccf7d8f0ef9d987a95ef4f150b (diff) | |
.
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.xinitrc b/.xinitrc deleted file mode 100644 index c384f84..0000000 --- a/.xinitrc +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -. /etc/X11/xinit/xinitrc.d/50-systemd-user.sh -#eval $(ssh-agent) -eval $(gnome-keyring-daemon --start) -export SSH_AUTH_SOCK - -# start pulseaudio on crux only. Should be handled by systemd on arch -#pulseaudio --start --exit-idle-time=-1 --log-target=syslog & - -# enable tapping and natural scrolling on touchpad -# see xinput --list[-props] for ids -xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Tapping Enabled' 1 -xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Natural Scrolling Enabled' 1 - -# Better use /etc/X11/xorg.conf.d/10-keyboard.conf to handle hot plugged keyboards -#setxkbmap fr -#xk -hdmi - -xrdb ~/.Xresources -#xsetroot -solid rgb:3/4/5 -xsetroot -solid rgb:1/3/4 -#feh --bg-fill ~/Downloads/Alaska_Range.jpg -#conky -#slock - -# Start window manager -#exec fvwm -#lxpolkit -exec i3 |
