Skip to content

Commit 95d5076

Browse files
authored
Merge branch 'dev' into dev
2 parents 8316583 + 3627b2b commit 95d5076

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Configs/.local/lib/hyde/screenshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ s) # drag to manually snip an area / click on a window to print it
102102
take_screenshot "area"
103103
;;
104104
sf) # frozen screen, drag to manually snip an area / click on a window to print it
105-
take_screenshot "area" "--freeze" "--cursor"
105+
take_screenshot "area" "--freeze"
106106
;;
107107
m) # print focused monitor
108108
take_screenshot "output"

Configs/.local/share/hyde/hyde.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ $start.IDLE_DAEMON=$IDLE
6464

6565
# Toolkit Backend Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#toolkit-backend-variables
6666
$env.GDK_BACKEND = wayland,x11,* #s GTK: Use wayland if available. If not: try x11, then any other GDK backend.
67-
$env.QT_QPA_PLATFORM = wayland
68-
xcb #Qt: Use wayland if available, fall back to x11 if not.
67+
$env.QT_QPA_PLATFORM = wayland;xcb #Qt: Use wayland if available, fall back to x11 if not.
6968
$env.SDL_VIDEODRIVER = wayland # Run SDL2 applications on Wayland. Remove or set to x11 if games that provide older versions of SDL cause compatibility issues
7069
$env.CLUTTER_BACKEND = wayland # Clutter package already has wayland enabled, this variable will force Clutter applications to try and use the Wayland backend
7170

@@ -77,8 +76,6 @@ $env.XDG_SESSION_DESKTOP = Hyprland
7776
# Qt Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#qt-variables
7877

7978
$env.QT_AUTO_SCREEN_SCALE_FACTOR = 1 # (From the Qt documentation) enables automatic scaling, based on the monitor’s pixel density
80-
$env.QT_QPA_PLATFORM=wayland
81-
xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
8279
$env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
8380
$env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
8481

Configs/.local/share/hypr/env.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Qt Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#qt-variables
1818

1919
$env.QT_AUTO_SCREEN_SCALE_FACTOR = 1 # (From the Qt documentation) enables automatic scaling, based on the monitor’s pixel density
20-
$env.QT_QPA_PLATFORM = wayland\;xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
20+
$env.QT_QPA_PLATFORM = wayland;xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
2121

2222
$env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
2323
$env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
@@ -71,7 +71,7 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1
7171
# hyprlang endif
7272

7373
# hyprlang if !QT_QPA_PLATFORM
74-
env = QT_QPA_PLATFORM,wayland\;xcb
74+
env = QT_QPA_PLATFORM,wayland;xcb
7575
# hyprlang endif
7676

7777
# hyprlang if !QT_WAYLAND_DISABLE_WINDOWDECORATION

0 commit comments

Comments
 (0)