This commit is contained in:
2025-10-06 16:34:59 +01:00
parent 2fc37d98a8
commit 2efb26e87d
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@
"top": 1
},
"source": "$HOME/pictures/smol-penguin.png",
"width": 40,
"type": "kitty"
},
"modules": [
+1 -1
View File
@@ -23,7 +23,7 @@ gtk-single-instance = true
#macos-non-native-fullscreen = true
# Font
font-size = 16
font-size = 14
font-family = Kelmscott Mono
# Theme
+4 -3
View File
@@ -40,8 +40,8 @@ $shadowBlack = rgba(1a1a1aee)
# Color :: Option
$active_border = $lightgreen
$inactive_border = $gray
$active_border = rgb(f3f8ff)
$inactive_border = rgb(8e9195)
$shadow = $shadowBlack
@@ -72,7 +72,7 @@ decoration {
}
shadow {
color=rgba(1a1a1aee)
color=$shadow
enabled=true
range=4
render_power=3
@@ -243,6 +243,7 @@ $mainCtrlShift = $mainCtrl SHIFT
bind = $mainMod, left, resizeactive, -10 0
bind = $mainMod, up, resizeactive, 0 -10
bind = $mainMod, down, resizeactive, 0 10
bind = $mainMod, L, exec, $lock
bind = $mainCtrl, Q, exec, $lock
bind = $mainMod, F4, exit,