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 | |
parent | 3764b268dbeaa95a8d4b2da8d4433eab75ad8478 (diff) | |
download | dotconfig-b25524906d8eab606792dba08542c4ed4f4cf6ff.tar.xz dotconfig-b25524906d8eab606792dba08542c4ed4f4cf6ff.zip |
change xinitrc
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xauthority | bin | 53 -> 49 bytes | |||
-rwxr-xr-x | x11/Xresources | 7 | ||||
-rwxr-xr-x | x11/rc | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | x11/xinitdwmrc | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | x11/xinitrc | 8 |
5 files changed, 15 insertions, 12 deletions
diff --git a/x11/Xauthority b/x11/Xauthority Binary files differindex 8e68aac..777fa3a 100644 --- a/x11/Xauthority +++ b/x11/Xauthority diff --git a/x11/Xresources b/x11/Xresources new file mode 100755 index 0000000..1cd640d --- /dev/null +++ b/x11/Xresources @@ -0,0 +1,7 @@ +Xft.dpi: 120 + +Xcursor.theme: default +Xcursor.size: 38 + +Sxiv.foreground: #bbbbbb +Sxiv.background: #222222 @@ -0,0 +1,6 @@ +#!/bin/sh +xrandr && +[ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources & +seasonalwallpaper & +unclutter -noevents & +xset r rate 250 50 & 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 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 |