feat: some mappings and some shell aliases

This commit is contained in:
2026-03-11 22:57:16 +01:00
parent b98b375324
commit 3df3c1b503
9 changed files with 571 additions and 14 deletions

View File

@@ -8,11 +8,11 @@
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = false;
shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 7;
shadow-radius = 8;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75
@@ -25,7 +25,7 @@ shadow-offset-x = -4;
# shadow-offset-y = -15
shadow-offset-y = -4;
shadow-color = "#161616";
shadow-color = "#040404";
# Red color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-red = 0
@@ -50,7 +50,9 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@:c",
"!focused",
"class_g = 'dmenu'"
];
# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
@@ -79,11 +81,11 @@ fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.05;
fade-in-step = 0.08;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.05;
fade-out-step = 0.08;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10
@@ -109,7 +111,7 @@ fade-exclude = [
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
inactive-opacity = 1.0;
inactive-opacity = 0.996;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0