diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-08 23:55:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-08 23:55:30 +0200 |
| commit | c4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch) | |
| tree | 5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /.xinitrc | |
| parent | 453436ee53cd9935473cf1944dd072281d69a99f (diff) | |
| download | config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip | |
Updates from alpine
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -18,12 +18,10 @@ while true; do | |||
| 18 | done & | 18 | done & |
| 19 | 19 | ||
| 20 | # Extra settings | 20 | # Extra settings |
| 21 | xsetroot -cursor_name left_ptr & | ||
| 22 | setxkbmap -option compose:ralt | 21 | setxkbmap -option compose:ralt |
| 23 | setxkbmap -option caps:swapescape | 22 | setxkbmap -option caps:swapescape |
| 24 | xbacklight -set 30 | 23 | brightnessctl set 30% |
| 25 | xset s off -dpms | 24 | xset s off -dpms |
| 26 | xrdb -merge .Xresources | ||
| 27 | 25 | ||
| 28 | # Background and time | 26 | # Background and time |
| 29 | sleep 0.05 | 27 | sleep 0.05 |
| @@ -35,5 +33,5 @@ while read text; do | |||
| 35 | done & | 33 | done & |
| 36 | 34 | ||
| 37 | xbanish & | 35 | xbanish & |
| 38 | telegram-desktop & | 36 | Telegram & |
| 39 | exec dwm | 37 | exec dwm |
