diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:49:48 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:49:48 +0200 |
| commit | 37c85386162fef8686a0d17da8b099cd390ac739 (patch) | |
| tree | 643b9e0f7f3d133f33e2870cffb3e679298ba414 /cfg/.xinitrc | |
| parent | 5b054e6f9032680dd28cb8eccd02ae1e9fe5f4a4 (diff) | |
updates
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
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 + |