summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
commitc4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch)
tree5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /.xinitrc
parent453436ee53cd9935473cf1944dd072281d69a99f (diff)
downloadconfig-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz
config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip
Updates from alpine
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.xinitrc b/.xinitrc
index 3be0323..37ccf1d 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -18,12 +18,10 @@ while true; do
18done & 18done &
19 19
20# Extra settings 20# Extra settings
21xsetroot -cursor_name left_ptr &
22setxkbmap -option compose:ralt 21setxkbmap -option compose:ralt
23setxkbmap -option caps:swapescape 22setxkbmap -option caps:swapescape
24xbacklight -set 30 23brightnessctl set 30%
25xset s off -dpms 24xset s off -dpms
26xrdb -merge .Xresources
27 25
28# Background and time 26# Background and time
29sleep 0.05 27sleep 0.05
@@ -35,5 +33,5 @@ while read text; do
35done & 33done &
36 34
37xbanish & 35xbanish &
38telegram-desktop & 36Telegram &
39exec dwm 37exec dwm

Generated with cgit - Back to sebastiano.tronto.net