i3: dimmign entfernt

This commit is contained in:
Michael Grote 2022-07-15 23:38:37 +02:00
parent 45ceece334
commit 82c8f67137
2 changed files with 0 additions and 5 deletions

View file

@ -15,9 +15,6 @@ force_display_urgency_hint 5000 ms
bindsym $mod1+l exec "~/dotfiles/i3/scripte/lock.sh"
exec_always xautolock -time 10 -locker "~/dotfiles/i3/scripte/lock.sh"
# dimm screen
exec_always --no-startup-id ~/dotfiles/i3/scripte/dimming.sh
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet

View file

@ -1,2 +0,0 @@
#!/bin/bash
xautolock -detectsleep -time 5 -locker "brightnessctl set 25%"