diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-03 19:57:33 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-03 19:57:33 -0500 |
commit | a69e02696d137937ed14420086aca03082a5b36a (patch) | |
tree | 54d4969d50a6d8b6ad9ca7e091d96617cb13ed6c /x11/xinitdwmrc | |
parent | 15943e620bc8bcd8a519eefc6f5700aab5299e92 (diff) | |
parent | b25524906d8eab606792dba08542c4ed4f4cf6ff (diff) | |
download | dotconfig-a69e02696d137937ed14420086aca03082a5b36a.tar.xz dotconfig-a69e02696d137937ed14420086aca03082a5b36a.zip |
Merge branch 'master' of git.tjkeller.xyz:/var/www/git/dotconfig
Diffstat (limited to 'x11/xinitdwmrc')
-rwxr-xr-x[-rw-r--r--] | x11/xinitdwmrc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xinitdwmrc b/x11/xinitdwmrc index 2a7c09d..3070f8a 100644..100755 --- a/x11/xinitdwmrc +++ b/x11/xinitdwmrc @@ -1,7 +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 +/home/timmy/.config/x11/rc exec dwm |