summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-07-07 15:21:45 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-07-07 15:21:45 -0500
commit3764b268dbeaa95a8d4b2da8d4433eab75ad8478 (patch)
tree7c0db4481dfa7c4369f3db355056703cbe442072 /x11
downloaddotconfig-3764b268dbeaa95a8d4b2da8d4433eab75ad8478.tar.xz
dotconfig-3764b268dbeaa95a8d4b2da8d4433eab75ad8478.zip
dotfiles
Diffstat (limited to 'x11')
-rw-r--r--x11/Xauthoritybin0 -> 53 bytes
-rw-r--r--x11/xinitdwmrc7
-rw-r--r--x11/xinitrc9
3 files changed, 16 insertions, 0 deletions
diff --git a/x11/Xauthority b/x11/Xauthority
new file mode 100644
index 0000000..8e68aac
--- /dev/null
+++ b/x11/Xauthority
Binary files differ
diff --git a/x11/xinitdwmrc b/x11/xinitdwmrc
new file mode 100644
index 0000000..2a7c09d
--- /dev/null
+++ b/x11/xinitdwmrc
@@ -0,0 +1,7 @@
+#!/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
+exec dwm
diff --git a/x11/xinitrc b/x11/xinitrc
new file mode 100644
index 0000000..ffd99d3
--- /dev/null
+++ b/x11/xinitrc
@@ -0,0 +1,9 @@
+#!/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 &
+exec timmywm