Commit Graph

78 Commits

Author SHA1 Message Date
end-4 5f9febd4b7 hyprland: less prominent borders
further reduces visual noise, especially in light mode
2026-04-10 22:12:23 +02:00
end-4 a5eca98543 hyprland: prevent error from loading nonexistent user config files 2026-04-08 12:12:20 +02:00
end-4 d42420f848 Merge branch 'main' of https://github.com/end-4/dots-hyprland 2026-04-06 16:16:19 +02:00
end-4 9f5be8b0bc make hyprland config more configurable 2026-04-06 10:22:13 +02:00
Justin 747abbde9e make screen snip keybind take screenshot of only focused monitor (#3177)
Co-authored-by: 97237370+end-4@users.noreply.github.com
2026-04-06 08:44:36 +02:00
end-4 0ebe70976f add screen translation keybind 2026-04-03 20:26:20 +02:00
Anh 58a122a3b4 Add XWayland configuration to fix blurry fonts while using fractional scale
It will disable windows scaling on xwayland software to prevent blurry fonts. Source: https://wiki.hypr.land/Configuring/XWayland/
2026-03-22 20:13:01 +07:00
end-4 33db15f991 vrr off (#3118) 2026-03-22 08:08:34 +01:00
end-4 9a11a0d8f9 make game mode persistent (#3084) 2026-03-18 08:27:14 +01:00
end-4 5cbf5608be keybinds: add splitratio 2026-03-03 22:34:01 +01:00
Jay Turner 57b78135a6 Fix extra whitespace that was mildly annoying me 2026-02-28 01:01:29 +00:00
end-4 48fec445ad hyprland: nuke unused plugin config to fix error on 0.54 2026-02-27 22:49:34 +01:00
end-4 060b8693ef hyprland: adjust some effects 2026-02-27 22:48:23 +01:00
VietNguyenx b6c2fd3f18 Remove unnecessary [hidden] comment for zoom keybinds keybinds.conf 2026-02-21 11:36:24 +07:00
end-4 f8903da663 Add fallback to xcb for QT_QPA_PLATFORM (#2882) 2026-01-31 14:07:49 +01:00
end-4 36051b5970 use hyprland's built-in animation for zooming 2026-01-21 11:04:47 +01:00
Ruslan 2af409b1e5 Add fallback to xcb for QT_QPA_PLATFORM 2026-01-13 10:15:15 +03:00
end-4 eecc1201d8 hyprland: also load custom env vars before default config
allows making shell scale update-friendly
2026-01-12 11:30:20 +01:00
end-4 0f24287a39 make osk always above everything else (#2862) 2026-01-12 11:20:14 +01:00
clsty 755a9b15a5 Remove hyprpm from config (fix #2839) 2026-01-10 14:54:18 +08:00
W1ngD1nGa5ter d30c8138df Update windowrule examples
Make it work under the new syntax
2025-12-31 19:46:32 +08:00
end-4 f02e9ba2a5 Merge branch 'main' into fixes-for-0.53.0 2025-12-30 09:17:09 +01:00
end-4 60c1a92cf5 Merge branch 'main' into main 2025-12-30 09:01:24 +01:00
August 2434b36098 oopsies :3c 2025-12-29 20:30:31 -06:00
August a849fe0883 Fixes for Hyprland 0.53.0 2025-12-29 18:43:00 -06:00
end-4 c5aaf721c8 hyprland: tune shadows and borders 2025-12-27 11:24:19 +01:00
Bernat Felip 3eec36d20d fix(overview): correct 4 finger vertical swipes 2025-12-18 16:26:34 +01:00
end-4 70363ab886 make panel family cycle keybind less misclickable 2025-12-14 23:46:29 +01:00
end-4 eaae89c904 make touchpad scrolling less slow 2025-12-11 23:29:54 +01:00
end-4 044221be93 waffles: task view: workspaces 2025-12-11 23:29:42 +01:00
LIghtJUNction 8203115a24 Move the comments from the default configuration to the custom configuration and add more comments. (#2621) 2025-12-04 08:17:24 +01:00
LIghtJUNction 90f9467871 Update execs.conf 2025-12-02 21:29:37 +08:00
LIghtJUNction cce06cc2f0 Update execs.conf 2025-12-02 21:29:11 +08:00
LIghtJUNction 1d40360cf2 Update env.conf 2025-12-02 21:28:41 +08:00
LIghtJUNction f08bbc0d67 Update env.conf 2025-12-02 21:28:18 +08:00
end-4 4cad401ea6 add layerrules for more waffles stuff 2025-12-01 13:28:41 +01:00
end-4 4442200479 waffles: start menu base 2025-11-29 23:23:58 +01:00
Moeta Yuko 55152aee4b hyprland: migrate to new windowrule syntax 2025-11-24 23:25:39 +00:00
end-4 c78c363388 Fix: Flatpak app doesnt appear on app launcher (#2545) 2025-11-23 12:22:25 +01:00
end-4 fae2309f62 hyprland: add window rule for waffle osd 2025-11-23 11:48:42 +01:00
end-4 7613bba393 more rubik -> google sans flex 2025-11-22 20:02:24 +01:00
end-4 52af531c9f hyprlock: use google sans flex 2025-11-22 19:57:53 +01:00
end-4 67c7fd09dd less weird layer fade out curve 2025-11-22 19:44:14 +01:00
end-4 f0a042246c bring back reload popup 2025-11-22 19:43:52 +01:00
end-4 4d79cc6764 fix weird blur with window anim 2025-11-22 19:23:59 +01:00
Nasrullaunais 4b0cb15762 Fix: Adds standard Flatpak export paths to XDG_DATA_DIRS to ensure applications appear in the Quickshell launcher. Explicitly includes /usr/local/share and /usr/share as fallbacks to prevent system applications from disappearing if the variable was previously unset. 2025-11-22 22:03:36 +05:30
end-4 4fc85a926f hyprland: update blur params 2025-11-22 12:35:13 +01:00
end-4 2d65af70ad waffles: add action center window 2025-11-16 23:52:07 +01:00
end-4 be1ce37014 easyeffects: update headless launch flags 2025-11-16 09:44:11 +01:00
end-4 68a9c8729f make super and super+tab use different quickshell globalshortcuts 2025-11-15 22:05:22 +01:00