diff options
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 |
