diff --git a/config/hypr/input.conf b/config/hypr/input.conf index 434cf9a..4c069a1 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -41,8 +41,8 @@ input { } # Scroll nicely in the terminal -windowrulev2 = match:class (Alacritty|kitty), scroll_touchpad 1.5 -windowrulev2 = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 +#windowrulev2 = match:class (Alacritty|kitty), scroll_touchpad 1.5 +#windowrulev2 = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 # Enable touchpad gestures for changing workspaces # See https://wiki.hyprland.org/Configuring/Gestures/ diff --git a/config/nomarchy/default/hypr/apps.conf b/config/nomarchy/default/hypr/apps.conf index 9f7c656..691a8b3 100644 --- a/config/nomarchy/default/hypr/apps.conf +++ b/config/nomarchy/default/hypr/apps.conf @@ -1,16 +1,8 @@ # App-specific tweaks -source = ~/.config/nomarchy/default/hypr/apps/1password.conf -source = ~/.config/nomarchy/default/hypr/apps/bitwarden.conf source = ~/.config/nomarchy/default/hypr/apps/browser.conf source = ~/.config/nomarchy/default/hypr/apps/hyprshot.conf source = ~/.config/nomarchy/default/hypr/apps/localsend.conf -source = ~/.config/nomarchy/default/hypr/apps/pip.conf -source = ~/.config/nomarchy/default/hypr/apps/qemu.conf source = ~/.config/nomarchy/default/hypr/apps/retroarch.conf -source = ~/.config/nomarchy/default/hypr/apps/steam.conf -source = ~/.config/nomarchy/default/hypr/apps/geforce.conf -source = ~/.config/nomarchy/default/hypr/apps/moonlight.conf -source = ~/.config/nomarchy/default/hypr/apps/system.conf source = ~/.config/nomarchy/default/hypr/apps/telegram.conf source = ~/.config/nomarchy/default/hypr/apps/terminals.conf source = ~/.config/nomarchy/default/hypr/apps/walker.conf diff --git a/config/nomarchy/default/hypr/windows.conf b/config/nomarchy/default/hypr/windows.conf index 3af8b76..64715d2 100644 --- a/config/nomarchy/default/hypr/windows.conf +++ b/config/nomarchy/default/hypr/windows.conf @@ -1,15 +1,15 @@ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # Hyprland 0.53+ syntax -windowrulev2 = suppressevent maximize, class:.* +#windowrulev2 = suppressevent maximize, class:.* # Tag all windows for default opacity (apps can override with -default-opacity tag) -windowrulev2 = tag +default-opacity, class:.* +#windowrulev2 = tag +default-opacity, class:.* # Fix some dragging issues with XWayland -windowrulev2 = nofocus, class:^$, title:^$, xwayland:1, float:1, fullscreen:0, pin:0 +#windowrulev2 = nofocus, class:^$, title:^$, xwayland:1, float:1, fullscreen:0, pin:0 # App-specific tweaks (may remove default-opacity tag) source = ~/.config/nomarchy/default/hypr/apps.conf # Apply default opacity after apps have had a chance to opt out -windowrulev2 = opacity 0.97 0.9, tag:default-opacity +#windowrulev2 = opacity 0.97 0.9, tag:default-opacity diff --git a/flake.lock b/flake.lock index 5167680..761af64 100644 --- a/flake.lock +++ b/flake.lock @@ -283,16 +283,15 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1774933469, - "narHash": "sha256-OrnCQeUO2bqaWUl0lkDWyGWjKsOhtCyd7JSfTedQNUE=", + "lastModified": 1775490113, + "narHash": "sha256-2ZBhDNZZwYkRmefK5XLOusCJHnoeKkoN95hoSGgMxWM=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "f4c4c2c0c923d7811ac2a63ccc154767e4195337", + "rev": "c775c2772ba56e906cbeb4e0b2db19079ef11ff7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "master", "repo": "nixos-hardware", "type": "github" }