summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
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