diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-03 19:53:27 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-03 19:53:27 -0500 |
commit | b25524906d8eab606792dba08542c4ed4f4cf6ff (patch) | |
tree | 50ccd681908f36ac333f6af3c90cf4cd06f6f134 /x11/xinitrc | |
parent | 3764b268dbeaa95a8d4b2da8d4433eab75ad8478 (diff) | |
download | dotconfig-b25524906d8eab606792dba08542c4ed4f4cf6ff.tar.xz dotconfig-b25524906d8eab606792dba08542c4ed4f4cf6ff.zip |
change xinitrc
Diffstat (limited to 'x11/xinitrc')
-rwxr-xr-x[-rw-r--r--] | x11/xinitrc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/xinitrc b/x11/xinitrc index ffd99d3..38640d8 100644..100755 --- a/x11/xinitrc +++ b/x11/xinitrc @@ -1,9 +1,3 @@ #!/bin/sh -seasonalwallpaper & -#xbacklight -set 50 -time 0 & -unclutter -noevents & # Remove mouse cursor when static -xset r rate 250 50 & # Changes the rate at which and time before keystokes are repeated after held -capsmap & # Script to map capslock to the escape and super key -#amixer sset Master 60% & # Set volume to 60% -#picom & +/home/timmy/.config/x11/rc exec timmywm |