.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"top": 1
|
||||
},
|
||||
"source": "$HOME/pictures/smol-penguin.png",
|
||||
"width": 40,
|
||||
"type": "kitty"
|
||||
},
|
||||
"modules": [
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user