This commit is contained in:
ferrreo 2023-06-12 14:04:15 +01:00
parent 57f343763d
commit 0efb491553
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,15 @@
pika-hyprland-settings (1.0.0-99pika21) lunar; urgency=medium
* Fix brightnessctl
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.0-99pika20) lunar; urgency=medium
* Make calamares float
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.0-99pika19) lunar; urgency=medium
* Fix env vars 2

View File

@ -7,6 +7,6 @@ exec-once=hyprpaper
exec-once=fcitx5
exec-once=nm-applet
exec-once=/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
exec-once=sleep 1 && ironbar
exec-once=sleep 2 && ironbar
exec-once=/etc/pika_login.sh
exec-once=swayidle timeout 300 '/usr/share/pika/lock.sh --grace 10 --fade-in 4' timeout 330 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '/usr/share/pika/lock.sh'

View File

@ -20,3 +20,4 @@ windowrulev2 = float,class:^(thunar)$,title:^(Copying)(.*)$
windowrulev2 = float,class:^(thunar)$,title:^(Confirm)(.*)$
windowrulev2 = float,class:^(thunar)$,title:^(File)(.*)$
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float,class:^(io.calamares.calamares)$

View File

@ -0,0 +1,2 @@
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video /sys/class/backlight/%k/brightness"
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"