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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1775687254,
|
||||
"narHash": "sha256-7qI4HrcNp3k43mwFLwecMXzLs8HwLGyqs+uJDjKmVH8=",
|
||||
"lastModified": 1775688550,
|
||||
"narHash": "sha256-HHgYDeJl6G8HCSruMxAGGPpR+NqobZibcJ8VuV+2Qw0=",
|
||||
"owner": "JackMechem",
|
||||
"repo": "rust-app-menu",
|
||||
"rev": "d8ab0f945cb2315ec95b6649ac6b041e84f5bc97",
|
||||
"rev": "f780a0e32f3c2bdee4051cd3f91d95387bf41e99",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
# --- Variables ---
|
||||
"$terminal" = "ghostty";
|
||||
"$fileManager" = "thunar";
|
||||
"$menu" = "rust-app-menu -s";
|
||||
"$menu" = "rust-app-menu -ds";
|
||||
|
||||
env = [
|
||||
"XCURSOR_SIZE,24"
|
||||
|
|
@ -82,6 +82,11 @@
|
|||
"match:class ^(zoom)$, suppress_event maximize"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
"blur on, match:namespace Launcher"
|
||||
"ignore_alpha 0.3, match:namespace Launcher"
|
||||
];
|
||||
|
||||
# --- Decoration ---
|
||||
decoration = {
|
||||
rounding = 12;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
exec-once = [
|
||||
"waypaper --restore"
|
||||
"gtkbar"
|
||||
"rust-app-menu"
|
||||
"rust-app-menu -d"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"solaar -w hide"
|
||||
];
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
# --- Variables ---
|
||||
"$terminal" = "ghostty";
|
||||
"$fileManager" = "thunar";
|
||||
"$menu" = "rust-app-menu";
|
||||
"$menu" = "rust-app-menu -ds";
|
||||
|
||||
env = [
|
||||
"XCURSOR_SIZE,24"
|
||||
|
|
@ -82,6 +82,11 @@
|
|||
"match:class ^(zoom)$, suppress_event maximize"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
"blur on, match:namespace Launcher"
|
||||
"ignore_alpha 0.3, match:namespace Launcher"
|
||||
];
|
||||
|
||||
# --- Decoration ---
|
||||
decoration = {
|
||||
rounding = 12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue