summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 14:56:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 14:56:20 +0200
commitf8ebfb76245555f8531f591054e923f53e90b91d (patch)
treea3324a97b1d027dc2b7f4f863c45a499e68150b5
parent591087778a23cf7f91a35adb4c0fa1864db014e1 (diff)
downloadconfig-f8ebfb76245555f8531f591054e923f53e90b91d.tar.gz
config-f8ebfb76245555f8531f591054e923f53e90b91d.zip
Cursors
-rw-r--r--.Xresources2
-rwxr-xr-x.config/alpine-packages2
-rw-r--r--.xinitrc1
3 files changed, 4 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..ead1d0e
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,2 @@
1Xcursor.theme: capitaine-cursors-dark
2Xcursor.size: 36
diff --git a/.config/alpine-packages b/.config/alpine-packages
index 38b7587..a6ef1ea 100755
--- a/.config/alpine-packages
+++ b/.config/alpine-packages
@@ -27,7 +27,7 @@ openjdk25
27# Xorg 27# Xorg
28xorg-server 28xorg-server
29xinit eudev mesa-dri-gallium xf86-video-intel xf86-input-libinput xf86-input-synaptics 29xinit eudev mesa-dri-gallium xf86-video-intel xf86-input-libinput xf86-input-synaptics
30setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl 30setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl capitaine-cursors
31libx11-dev libxft-dev libxinerama-dev # For building dwm and st 31libx11-dev libxft-dev libxinerama-dev # For building dwm and st
32dbus-x11 32dbus-x11
33 33
diff --git a/.xinitrc b/.xinitrc
index 6967b84..d460f09 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -22,6 +22,7 @@ setxkbmap -option compose:ralt
22setxkbmap -option caps:swapescape 22setxkbmap -option caps:swapescape
23brightnessctl set 30% 23brightnessctl set 30%
24xset s off -dpms 24xset s off -dpms
25xrdb -merge ~/.Xresources
25 26
26# Background and time 27# Background and time
27sleep 0.05 28sleep 0.05

Generated with cgit - Back to sebastiano.tronto.net