.
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"top": 1
|
"top": 1
|
||||||
},
|
},
|
||||||
"source": "$HOME/pictures/smol-penguin.png",
|
"source": "$HOME/pictures/smol-penguin.png",
|
||||||
|
"width": 40,
|
||||||
"type": "kitty"
|
"type": "kitty"
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ gtk-single-instance = true
|
|||||||
#macos-non-native-fullscreen = true
|
#macos-non-native-fullscreen = true
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
font-size = 16
|
font-size = 14
|
||||||
font-family = Kelmscott Mono
|
font-family = Kelmscott Mono
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ $shadowBlack = rgba(1a1a1aee)
|
|||||||
|
|
||||||
# Color :: Option
|
# Color :: Option
|
||||||
|
|
||||||
$active_border = $lightgreen
|
$active_border = rgb(f3f8ff)
|
||||||
$inactive_border = $gray
|
$inactive_border = rgb(8e9195)
|
||||||
$shadow = $shadowBlack
|
$shadow = $shadowBlack
|
||||||
|
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
color=rgba(1a1a1aee)
|
color=$shadow
|
||||||
enabled=true
|
enabled=true
|
||||||
range=4
|
range=4
|
||||||
render_power=3
|
render_power=3
|
||||||
@@ -243,6 +243,7 @@ $mainCtrlShift = $mainCtrl SHIFT
|
|||||||
bind = $mainMod, left, resizeactive, -10 0
|
bind = $mainMod, left, resizeactive, -10 0
|
||||||
bind = $mainMod, up, resizeactive, 0 -10
|
bind = $mainMod, up, resizeactive, 0 -10
|
||||||
bind = $mainMod, down, resizeactive, 0 10
|
bind = $mainMod, down, resizeactive, 0 10
|
||||||
|
bind = $mainMod, L, exec, $lock
|
||||||
bind = $mainCtrl, Q, exec, $lock
|
bind = $mainCtrl, Q, exec, $lock
|
||||||
bind = $mainMod, F4, exit,
|
bind = $mainMod, F4, exit,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user