summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/Xauthoritybin53 -> 49 bytes
-rwxr-xr-xx11/Xresources7
-rwxr-xr-xx11/rc6
-rwxr-xr-x[-rw-r--r--]x11/xinitdwmrc6
-rwxr-xr-x[-rw-r--r--]x11/xinitrc8
5 files changed, 15 insertions, 12 deletions
diff --git a/x11/Xauthority b/x11/Xauthority
index 8e68aac..777fa3a 100644
--- a/x11/Xauthority
+++ b/x11/Xauthority
Binary files 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
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