This commit is contained in:
2026-01-07 13:50:12 -05:00
parent 6722a1c4db
commit 150e5ad828

View File

@@ -72,11 +72,12 @@
decoration = { decoration = {
rounding = 10; rounding = 10;
active_opacity = 0.9; active_opacity = 0.9;
inactive_opacity = 0.7; inactive_opacity = 0.8;
blur = { blur = {
enabled = true; enabled = true;
size = 10; size = 10;
passes = 3; passes = 3;
vibrancy = 1;
new_optimizations = true; new_optimizations = true;
ignore_opacity = true; ignore_opacity = true;
noise = 0; noise = 0;
@@ -90,6 +91,13 @@
"$mainMod, grave, exec, rofi -show drun" "$mainMod, grave, exec, rofi -show drun"
"$mainMod, F, fullscreen" "$mainMod, F, fullscreen"
"$mainMod, V, togglefloating," "$mainMod, V, togglefloating,"
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
# Move between windows
"$mainMod, h, movefocus, l"
"$mainMod, j, movefocus, d"
"$mainMod, k, movefocus, u"
"$mainMod, l, movefocus, r"
# Switch workspaces with mainMod + [0-9] # Switch workspaces with mainMod + [0-9]
"$mainMod, 1, workspace, 1" "$mainMod, 1, workspace, 1"