Browse Source

removed picom, set default brightness to 100%

KlemensMaentele 3 năm trước cách đây
mục cha
commit
a84c25b06d
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      scripts/autostart

+ 2 - 3
scripts/autostart

@@ -2,11 +2,10 @@
 
 # this is just an example!
 # add your autostart stuffs here
-xbacklight -set 5 &
+xbacklight -set 100 &
 xmodmap ~/.xmodmap-sid &
-picom &
 xrdb merge ~/.Xresources &
-feh --bg-fill ~/Pictures/wall/gruvchad.png &
+feh --bg-fill ~/Pictures/wall/wallpaper.png &
 
 # run bar script and dwm ( do not remove this )
 bash ~/.config/chadwm/scripts/./bar.sh &