hyprland: add QoL variables and magicman touchpad/gestures
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -41,6 +41,14 @@
|
|||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
hyprland.monitors = [ "eDP-1,1920x1080@60,0x0,1" ];
|
hyprland.monitors = [ "eDP-1,1920x1080@60,0x0,1" ];
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
input.touchpad = {
|
||||||
|
natural_scroll = false;
|
||||||
|
};
|
||||||
|
gestures = {
|
||||||
|
workspace_swipe = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
hyprland.extraKeybinds = [
|
hyprland.extraKeybinds = [
|
||||||
# Workspace keybinds
|
# Workspace keybinds
|
||||||
"$mainMod,1,workspace,1"
|
"$mainMod,1,workspace,1"
|
||||||
|
|||||||
@@ -182,7 +182,10 @@ in
|
|||||||
name = "wacom-one-by-wacom-m-pen";
|
name = "wacom-one-by-wacom-m-pen";
|
||||||
};
|
};
|
||||||
|
|
||||||
cursor = optionalAttrs cfg.cursorNoHardware {
|
cursor = {
|
||||||
|
hide_on_key_press = true;
|
||||||
|
}
|
||||||
|
// optionalAttrs cfg.cursorNoHardware {
|
||||||
no_hardware_cursors = true;
|
no_hardware_cursors = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -203,6 +206,7 @@ in
|
|||||||
gaps_out = 10;
|
gaps_out = 10;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
|
resize_on_border = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
@@ -232,6 +236,9 @@ in
|
|||||||
misc = {
|
misc = {
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
|
disable_splash_rendering = true;
|
||||||
|
key_press_enables_dpms = true;
|
||||||
|
mouse_move_enables_dpms = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ecosystem = {
|
ecosystem = {
|
||||||
|
|||||||
Reference in New Issue
Block a user