options for audio
This commit is contained in:
parent
e3dc5a6aca
commit
3edd56b8c1
|
@ -45,7 +45,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"float,title:^(Volume)(.*)$"
|
"float,title:^(Pipewire)(.*)$"
|
||||||
"float,title:^(Disks)(.*)$"
|
"float,title:^(Disks)(.*)$"
|
||||||
"float,title:^(Calculator)(.*)$"
|
"float,title:^(Calculator)(.*)$"
|
||||||
"float,title:^(Bluetooth)(.*)$"
|
"float,title:^(Bluetooth)(.*)$"
|
||||||
|
@ -144,8 +144,9 @@
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
||||||
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
||||||
", XF86AudioRaiseVolume, exec, sh volume.sh -i"
|
", XF86AudioRaiseVolume, exec, sh ~/nix/home/hyprland/volume.sh -i"
|
||||||
", XF86AudioLowerVolume, exec, sh volume.sh -d"
|
", XF86AudioLowerVolume, exec, sh ~/nix/home/hyprland/volume.sh -d"
|
||||||
|
", XF86AudioMute, exec, sh ~/nix/home/hyprland/volume.sh -m"
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|
Loading…
Reference in a new issue