Skip to content

Commit 37d36b4

Browse files
committed
Use xdg-terminal-exec rather than gnome-terminal
fix hyprcursor as stated in [rc] testing by launching `hydevm rc` with all default options in install.sh #1082
1 parent df59818 commit 37d36b4

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
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
21+
xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
2122

2223
$env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
2324
$env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
@@ -71,7 +72,8 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1
7172
# hyprlang endif
7273

7374
# hyprlang if !QT_QPA_PLATFORM
74-
env = QT_QPA_PLATFORM,wayland;xcb
75+
env = QT_QPA_PLATFORM,wayland
76+
xcb
7577
# hyprlang endif
7678

7779
# hyprlang if !QT_WAYLAND_DISABLE_WINDOWDECORATION
@@ -95,13 +97,14 @@ env = GDK_SCALE,1
9597
env = ELECTRON_OZONE_PLATFORM_HINT,auto
9698
# hyprlang endif
9799

98-
# hyprlang if !HYPRCURSOR_THEME
99-
env = HYPRCURSOR_THEME,$CURSOR_THEME
100-
# hyprlang endif
100+
# ! these kind of stuff should not be here, for dynamic theming
101+
# # hyprlang if !HYPRCURSOR_THEME
102+
# env = HYPRCURSOR_THEME,$CURSOR_THEME
103+
# # hyprlang endif
101104

102-
# hyprlang if !HYPRCURSOR_SIZE
103-
env = HYPRCURSOR_SIZE,$CURSOR_SIZE
104-
# hyprlang endif
105+
# # hyprlang if !HYPRCURSOR_SIZE
106+
# env = HYPRCURSOR_SIZE,$CURSOR_SIZE
107+
# # hyprlang endif
105108

106109
# HyDE Variables
107110
$hyde.PATH=$HOME/.local/bin:$scrPath:$env.PATH:$PATH

Configs/.local/share/waybar/layouts/macos.jsonc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"spacing": 10,
77
"border-size": 1,
88
"padding": 1,
9-
"include": [
10-
"$XDG_CONFIG_HOME/waybar/includes/includes.json"
11-
],
9+
"include": ["$XDG_CONFIG_HOME/waybar/includes/includes.json"],
1210
// Modules configuration
1311
"modules-left": [
1412
"custom/launcher",
@@ -99,18 +97,16 @@
9997
"theme-next": "hyde-shell themeswitch -n",
10098
"theme-previous": "hyde-shell themeswitch -p",
10199
"theme-select": "hyde-shell themeselect",
102-
"theme-import": "gnome-terminal -- hyde-shell theme.import --select",
100+
"theme-import": "hyde-shell app -T -- hydectl theme import",
103101
"waybar-restart": "hyde-shell waybar -ubg",
104102
"waybar-reload-css": "sed -i '${/^$/d;}' $XDG_CONFIG_HOME/waybar/style.css",
105103
"waybar-layout-select": "hyde-shell waybar --select",
106104
"waybar-layout-next": "hyde-shell waybar --update --next",
107105
"waybar-layout-previous": "hyde-shell waybar --update --prev",
108106
"workflows-select": "hyde-shell workflows --select;pkill -RTMIN+19 waybar",
109107
"shaders-select": "hyde-shell shaders --select;pkill -RTMIN+19 waybar",
110-
"keybinds-hint":"hyde-shell keybinds_hint",
108+
"keybinds-hint": "hyde-shell keybinds_hint",
111109
"about-hyde": "xdg-open https://hydeproject.pages.dev"
112110
}
113111
}
114-
115-
116112
}

Configs/.local/share/waybar/modules/custom-hyde-menu.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"theme-next": "hyde-shell themeswitch -n",
1515
"theme-previous": "hyde-shell themeswitch -p",
1616
"theme-select": "hyde-shell themeselect",
17-
"theme-import": "gnome-terminal -- hydectl theme import",
17+
"theme-import": "hyde-shell app -T -- hydectl theme import",
1818
"waybar-restart": "hyde-shell waybar -ubg",
1919
"waybar-reload-css": "sed -i '${/^$/d;}' $XDG_CONFIG_HOME/waybar/style.css",
2020
"waybar-layout-select": "hyde-shell waybar --select",
2121
"waybar-layout-next": "hyde-shell waybar --update --next",
2222
"waybar-layout-previous": "hyde-shell waybar --update --prev",
2323
"workflows-select": "hyde-shell workflows --select;pkill -RTMIN+19 waybar",
2424
"shaders-select": "hyde-shell shaders --select;pkill -RTMIN+19 waybar",
25-
"keybinds-hint":"hyde-shell keybinds_hint",
25+
"keybinds-hint": "hyde-shell keybinds_hint",
2626
"about-hyde": "xdg-open https://hydeproject.pages.dev"
2727
}
2828
}

0 commit comments

Comments
 (0)