diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
| commit | 8a0058c04f9453a3e3db8c186a550aa10f6c5909 (patch) | |
| tree | d292e1d6b384bd1ea5f007bf412f111d10aac48c /.xinitrc | |
| parent | 9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff) | |
update, switch to fvwm
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 35 |
1 files changed, 5 insertions, 30 deletions
@@ -1,31 +1,6 @@ -#!/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 +export GDK_SCALE=2 +export GDK_DPI_SCALE=0.5 xsetroot -solid rgb:1/3/4 -#feh --bg-fill ~/Downloads/Alaska_Range.jpg -#conky -#slock - -# Start window manager -#exec fvwm -#lxpolkit -exec i3 +xrdb -merge .Xresources +# exec i3 +exec fvwm |
