diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-09 10:16:50 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-09 10:16:50 +0900 |
| commit | f078d3943a9b3fe39804a77c9d78f23764d391db (patch) | |
| tree | e13062017f083f75c9534aa12c61a61bb6cf05e5 | |
| parent | f33d720cb67c3b7c35f57475bc7370af3b223b77 (diff) | |
bump to v2.3.9 , added hyprland-qt-support (not sure if it right though at this moment :) lmao)
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 3 | ||||
| -rw-r--r-- | config/hypr/application-style.conf | 8 | ||||
| -rw-r--r-- | config/hypr/v2.3.9 (renamed from config/hypr/v2.3.8) | 0 |
3 files changed, 11 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 4a9db143..831f3afd 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -17,6 +17,9 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland +# hyprland-qt-support +env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style + # xwayland apps scale fix (useful if you are use monitor scaling) # see https://wiki.hyprland.org/Configuring/XWayland/ # toolkit-specific scale diff --git a/config/hypr/application-style.conf b/config/hypr/application-style.conf new file mode 100644 index 00000000..7e67f106 --- /dev/null +++ b/config/hypr/application-style.conf @@ -0,0 +1,8 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# as per Hyprland wiki: hyprland-qt-support provides a QML style for hypr* qt6 apps + +roundess = 2 + +border_width = 0 + +reduce_motion = false
\ No newline at end of file diff --git a/config/hypr/v2.3.8 b/config/hypr/v2.3.9 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.8 +++ b/config/hypr/v2.3.9 |
