.
This commit is contained in:
@@ -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