diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 14:56:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 14:56:20 +0200 |
| commit | f8ebfb76245555f8531f591054e923f53e90b91d (patch) | |
| tree | a3324a97b1d027dc2b7f4f863c45a499e68150b5 | |
| parent | 591087778a23cf7f91a35adb4c0fa1864db014e1 (diff) | |
| download | config-f8ebfb76245555f8531f591054e923f53e90b91d.tar.gz config-f8ebfb76245555f8531f591054e923f53e90b91d.zip | |
Cursors
| -rw-r--r-- | .Xresources | 2 | ||||
| -rwxr-xr-x | .config/alpine-packages | 2 | ||||
| -rw-r--r-- | .xinitrc | 1 |
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 @@ | |||
| 1 | Xcursor.theme: capitaine-cursors-dark | ||
| 2 | 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 | |||
| 27 | # Xorg | 27 | # Xorg |
| 28 | xorg-server | 28 | xorg-server |
| 29 | xinit eudev mesa-dri-gallium xf86-video-intel xf86-input-libinput xf86-input-synaptics | 29 | xinit eudev mesa-dri-gallium xf86-video-intel xf86-input-libinput xf86-input-synaptics |
| 30 | setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl | 30 | setxkbmap xsel xbanish xsetroot xwallpaper xev slock brightnessctl capitaine-cursors |
| 31 | libx11-dev libxft-dev libxinerama-dev # For building dwm and st | 31 | libx11-dev libxft-dev libxinerama-dev # For building dwm and st |
| 32 | dbus-x11 | 32 | dbus-x11 |
| 33 | 33 | ||
| @@ -22,6 +22,7 @@ setxkbmap -option compose:ralt | |||
| 22 | setxkbmap -option caps:swapescape | 22 | setxkbmap -option caps:swapescape |
| 23 | brightnessctl set 30% | 23 | brightnessctl set 30% |
| 24 | xset s off -dpms | 24 | xset s off -dpms |
| 25 | xrdb -merge ~/.Xresources | ||
| 25 | 26 | ||
| 26 | # Background and time | 27 | # Background and time |
| 27 | sleep 0.05 | 28 | sleep 0.05 |
