Edit laptop hyprland config
This commit is contained in:
parent
4664b1d999
commit
eeb70733b3
3 changed files with 215 additions and 205 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -340,11 +340,11 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775687254,
|
"lastModified": 1775688550,
|
||||||
"narHash": "sha256-7qI4HrcNp3k43mwFLwecMXzLs8HwLGyqs+uJDjKmVH8=",
|
"narHash": "sha256-HHgYDeJl6G8HCSruMxAGGPpR+NqobZibcJ8VuV+2Qw0=",
|
||||||
"owner": "JackMechem",
|
"owner": "JackMechem",
|
||||||
"repo": "rust-app-menu",
|
"repo": "rust-app-menu",
|
||||||
"rev": "d8ab0f945cb2315ec95b6649ac6b041e84f5bc97",
|
"rev": "f780a0e32f3c2bdee4051cd3f91d95387bf41e99",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
# --- Variables ---
|
# --- Variables ---
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "ghostty";
|
||||||
"$fileManager" = "thunar";
|
"$fileManager" = "thunar";
|
||||||
"$menu" = "rust-app-menu -s";
|
"$menu" = "rust-app-menu -ds";
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
|
|
@ -82,6 +82,11 @@
|
||||||
"match:class ^(zoom)$, suppress_event maximize"
|
"match:class ^(zoom)$, suppress_event maximize"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
layerrule = [
|
||||||
|
"blur on, match:namespace Launcher"
|
||||||
|
"ignore_alpha 0.3, match:namespace Launcher"
|
||||||
|
];
|
||||||
|
|
||||||
# --- Decoration ---
|
# --- Decoration ---
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 12;
|
rounding = 12;
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"waypaper --restore"
|
"waypaper --restore"
|
||||||
"gtkbar"
|
"gtkbar"
|
||||||
"rust-app-menu"
|
"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"
|
||||||
];
|
];
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
# --- Variables ---
|
# --- Variables ---
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "ghostty";
|
||||||
"$fileManager" = "thunar";
|
"$fileManager" = "thunar";
|
||||||
"$menu" = "rust-app-menu";
|
"$menu" = "rust-app-menu -ds";
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
|
|
@ -82,6 +82,11 @@
|
||||||
"match:class ^(zoom)$, suppress_event maximize"
|
"match:class ^(zoom)$, suppress_event maximize"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
layerrule = [
|
||||||
|
"blur on, match:namespace Launcher"
|
||||||
|
"ignore_alpha 0.3, match:namespace Launcher"
|
||||||
|
];
|
||||||
|
|
||||||
# --- Decoration ---
|
# --- Decoration ---
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 12;
|
rounding = 12;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue