diff options
Diffstat (limited to 'cfg/.xinitrc')
| -rwxr-xr-x | cfg/.xinitrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cfg/.xinitrc b/cfg/.xinitrc new file mode 100755 index 0000000..f197a89 --- /dev/null +++ b/cfg/.xinitrc @@ -0,0 +1,14 @@ +# X + +setxkbmap -option caps:escape +setxkbmap -option compose:ralt + +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 +xinput set-prop "MOSART Semi. 2.4G Wireless Mouse" "libinput Accel Speed" -1 + +xsetroot -cursor_name left_ptr +xsetroot -solid "#1f1f1f" + +#exec dwm +exec i3 + |