hyprland fix

This commit is contained in:
foglar 2024-12-25 19:16:34 +01:00
parent 0d45744904
commit 6679483fb8
2 changed files with 10 additions and 12 deletions

View File

@ -16,6 +16,7 @@
qutebrowser qutebrowser
ferdium ferdium
file-roller
stellarium stellarium
libreoffice libreoffice
localsend localsend

View File

@ -25,7 +25,7 @@
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.config = { xdg.portal.config = {
common = { common = {
default = ["gtk"]; default = ["hyprland"];
}; };
}; };
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-hyprland]; xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-hyprland];
@ -136,9 +136,9 @@
"${pkgs.blueman}/bin/blueman-applet" "${pkgs.blueman}/bin/blueman-applet"
"${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store # clipboard store text data" "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store # clipboard store text data"
"${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data" "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data"
"${pkgs.swayosd}/bin/swayosd-server"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
"swayosd-server"
#"swww-daemon --format xrgb" #"swww-daemon --format xrgb"
#"swww ../../aurora_borealis.png" #"swww ../../aurora_borealis.png"
@ -173,12 +173,9 @@
bindr = [ bindr = [
"ALTSHIFT, Shift_L, exec, keyboardswitch" "ALTSHIFT, Shift_L, exec, keyboardswitch"
"CAPS,Caps_Lock, exec, swayosd-client --caps-lock" "CAPS,Caps_Lock, exec, ${pkgs.swayosd}/bin/swayosd-client --caps-lock"
]; ];
#bindsr = [
#];
bindd = [ bindd = [
"$mod SHIFT, P, Color Picker, exec, ${pkgs.hyprpicker}/bin/hyprpicker -a" "$mod SHIFT, P, Color Picker, exec, ${pkgs.hyprpicker}/bin/hyprpicker -a"
"$mod SHIFT, R, Random Background, exec, background-switch-random" "$mod SHIFT, R, Random Background, exec, background-switch-random"
@ -186,8 +183,8 @@
bindl = [ bindl = [
# Audio # Audio
",XF86AudioMute, exec, swayosd-client --output-volume mute-toggle" ",XF86AudioMute, exec, ${pkgs.swayosd}/bin/swayosd-client --output-volume mute-toggle"
",XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle" ",XF86AudioMicMute, exec, ${pkgs.swayosd}/bin/swayosd-client --input-volume mute-toggle"
# Media # Media
"Alt, P, exec, ${pkgs.playerctl}/bin/playerctl play-pause" "Alt, P, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
@ -196,11 +193,11 @@
]; ];
bindel = [ bindel = [
",XF86AudioLowerVolume, exec, swayosd-client --output-volume -5" ",XF86AudioLowerVolume, exec, ${pkgs.swayosd}/bin/swayosd-client --output-volume -5"
",XF86AudioRaiseVolume, exec, swayosd-client --output-volume 5" ",XF86AudioRaiseVolume, exec, ${pkgs.swayosd}/bin/swayosd-client --output-volume 5"
# Brightness # Brightness
",XF86MonBrightnessUp, exec, swayosd-client --brightness raise" ",XF86MonBrightnessUp, exec,${pkgs.swayosd}/bin/swayosd-client --brightness raise"
",XF86MonBrightnessDown, exec, swayosd-client --brightness lower" ",XF86MonBrightnessDown, exec, ${pkgs.swayosd}/bin/swayosd-client --brightness lower"
]; ];
binde = [ binde = [