From b25524906d8eab606792dba08542c4ed4f4cf6ff Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 3 Aug 2021 19:53:27 -0500 Subject: change xinitrc --- x11/Xauthority | Bin 53 -> 49 bytes x11/Xresources | 7 +++++++ x11/rc | 6 ++++++ x11/xinitdwmrc | 6 +----- x11/xinitrc | 8 +------- 5 files changed, 15 insertions(+), 12 deletions(-) create mode 100755 x11/Xresources create mode 100755 x11/rc mode change 100644 => 100755 x11/xinitdwmrc mode change 100644 => 100755 x11/xinitrc diff --git a/x11/Xauthority b/x11/Xauthority index 8e68aac..777fa3a 100644 Binary files a/x11/Xauthority and b/x11/Xauthority differ 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 diff --git a/x11/rc b/x11/rc new file mode 100755 index 0000000..4b77b40 --- /dev/null +++ b/x11/rc @@ -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 old mode 100644 new mode 100755 index 2a7c09d..3070f8a --- 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 old mode 100644 new mode 100755 index ffd99d3..38640d8 --- 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 -- cgit v1.2.3