From f8ebfb76245555f8531f591054e923f53e90b91d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 14:56:20 +0200 Subject: Cursors --- .Xresources | 2 ++ .config/alpine-packages | 2 +- .xinitrc | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..ead1d0e --- /dev/null +++ b/.Xresources @@ -0,0 +1,2 @@ +Xcursor.theme: capitaine-cursors-dark +Xcursor.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 # Xorg xorg-server xinit eudev mesa-dri-gallium xf86-video-intel xf86-input-libinput xf86-input-synaptics -setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl +setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl capitaine-cursors libx11-dev libxft-dev libxinerama-dev # For building dwm and st dbus-x11 diff --git a/.xinitrc b/.xinitrc index 6967b84..d460f09 100644 --- a/.xinitrc +++ b/.xinitrc @@ -22,6 +22,7 @@ setxkbmap -option compose:ralt setxkbmap -option caps:swapescape brightnessctl set 30% xset s off -dpms +xrdb -merge ~/.Xresources # Background and time sleep 0.05 -- cgit v1.3