installer for hyprland

This commit is contained in:
ferrreo 2023-06-24 20:06:28 +01:00
parent 847c5985d5
commit 6a186e5bc3
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium
* Fix brightness and grettd on iso
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium
* Autolaunch installer if present

View File

@ -8,7 +8,7 @@ Rules-Requires-Root: no
Package: pika-hyprland-settings
Architecture: amd64
Depends: breeze, pika-theme
Depends: breeze, pika-theme, greetd
Conflicts: pika-settings, pika-kde-settings
Section: metapackages
Priority: optional

View File

@ -14,4 +14,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
done
mkdir -p /etc/greetd/
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml
rm /etc/systemd/system/display-manager.service
ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service
/lib/systemd/system/greetd.service

View File

@ -23,8 +23,8 @@ bindle=,XF86AudioRaiseVolume,exec,swayosd --output-volume raise
bindle=,XF86AudioLowerVolume,exec,swayosd --output-volume lower
bindl=,XF86AudioMute,exec,swayosd --output-volume mute-toggle
bindl=,XF86AudioMicMute,exec,swayosd --input-volume mute-toggle
bindle=,XF86MonBrightnessUp,exec,brightnessctl set +5%
bindle=,XF86MonBrightnessDown,exec,brightnessctl set -5%
bindle=,XF86MonBrightnessUp,exec,swayosd --brightness raise
bindle=,XF86MonBrightnessDown,exec,swayosd --brightness lower
bindl=,Caps_Lock,exec,sleep 0.2 && swayosd --caps-lock
bind=,XF86Calculator,exec,kcalc
bindl=,XF86AudioPlay,exec,playerctl play-pause