hyprland changes

This commit is contained in:
k
2024-12-03 16:47:01 -05:00
parent 446e5ab59b
commit afb25e6d76
2 changed files with 28 additions and 2 deletions

View File

@@ -7,9 +7,10 @@
enable = true;
systemd.variables = [ "--all" ];
xwayland.enable = true;
settings = {
exec-once = [ "${pkgs.hyprpaper}/bin/hyprpaper" ];
monitor = ",preferred,auto,1";
exec-once = [ "${pkgs.hyprpaper}/bin/hyprpaper" "${pkgs.iio-hyprland}/bin/iio-hyprland" ];
monitor = "eDP-1,preferred,auto,1";
general = {
"$mainMod" = "SUPER";
layout = "master";
@@ -44,8 +45,15 @@
new_window_takes_over_fullscreen = 2;
middle_click_paste = true;
vfr = true;
vrr = 1;
};
input = {
touchpad = {
natural_scroll = true;
};
};
bind = [
# keybindings
"$mainMod, Return, exec, $terminal"
@@ -106,6 +114,9 @@
",XF86AudioNext,exec, playerctl next"
",XF86AudioPrev,exec, playerctl previous"
",XF86AudioStop,exec, playerctl stop"
",XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
",XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
];
bindm = [