Change app launcher in hyprland config to match hyprland-desktop config
This commit is contained in:
parent
f0e36369b1
commit
fd7117670a
1 changed files with 2 additions and 1 deletions
|
|
@ -154,6 +154,7 @@
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"waypaper --restore"
|
"waypaper --restore"
|
||||||
"gtkbar"
|
"gtkbar"
|
||||||
|
"hyprmwh -d"
|
||||||
"rust-app-menu -d"
|
"rust-app-menu -d"
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"solaar -w hide"
|
"solaar -w hide"
|
||||||
|
|
@ -162,7 +163,7 @@
|
||||||
# --- Variables ---
|
# --- Variables ---
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "ghostty";
|
||||||
"$fileManager" = "thunar";
|
"$fileManager" = "thunar";
|
||||||
"$menu" = "rust-app-menu -ds";
|
"$menu" = "hyprmwh -a";
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue