Edit laptop hyprland config
This commit is contained in:
parent
4664b1d999
commit
eeb70733b3
3 changed files with 215 additions and 205 deletions
|
|
@ -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;
|
||||
|
|
@ -121,7 +126,7 @@
|
|||
misc = {
|
||||
force_default_wallpaper = 0;
|
||||
};
|
||||
|
||||
|
||||
# --- Keybinds ---
|
||||
bind = [
|
||||
# System/Rice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue