diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 6e3987c..e2a93f1 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,3 +1,15 @@ +pika-hyprland-settings (1.0.0-99pika21) lunar; urgency=medium + + * Fix brightnessctl + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + +pika-hyprland-settings (1.0.0-99pika20) lunar; urgency=medium + + * Make calamares float + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + pika-hyprland-settings (1.0.0-99pika19) lunar; urgency=medium * Fix env vars 2 diff --git a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf index 3a4474a..aa3b825 100644 --- a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf +++ b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf @@ -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' \ No newline at end of file diff --git a/pika-hyprland-settings/etc/skel/.config/hypr/windows.conf b/pika-hyprland-settings/etc/skel/.config/hypr/windows.conf index 82808e0..d347696 100644 --- a/pika-hyprland-settings/etc/skel/.config/hypr/windows.conf +++ b/pika-hyprland-settings/etc/skel/.config/hypr/windows.conf @@ -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)$ \ No newline at end of file diff --git a/pika-hyprland-settings/etc/udev/99-brightness.rules b/pika-hyprland-settings/etc/udev/99-brightness.rules new file mode 100644 index 0000000..f258743 --- /dev/null +++ b/pika-hyprland-settings/etc/udev/99-brightness.rules @@ -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" \ No newline at end of file