save meme config changes
This commit is contained in:
parent
a838f38753
commit
f8ae40ff30
3 changed files with 17 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
[database]
|
[database]
|
||||||
path=/home/grue/mail
|
path=/home/0xa/mail
|
||||||
[user]
|
[user]
|
||||||
name=Grigory Shipunov
|
name=Grisha Shipunov
|
||||||
primary_email=mail@oxapentane.com
|
primary_email=mail@oxapentane.com
|
||||||
other_email=grigory@shipunov.xyz;*@oxapentane.com;dump@dvb.solutions
|
other_email=grigory@shipunov.xyz;*@oxapentane.com;dump@dvb.solutions
|
||||||
[new]
|
[new]
|
||||||
|
|
|
@ -28,16 +28,17 @@ white = "#ffffff"
|
||||||
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10
|
size = 11
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "Hack Nerd Font Mono"
|
family = "ttyp0"
|
||||||
|
|
||||||
[font.bold_italic]
|
|
||||||
family = "Hack Nerd Font Mono"
|
|
||||||
|
|
||||||
[font.italic]
|
[font.italic]
|
||||||
family = "Hack Nerd Font Mono"
|
family = "ttyp0"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Hack Nerd Font Mono"
|
family = "ttyp0"
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
blink_interval = 400
|
||||||
|
[cursor.style]
|
||||||
|
shape = "Block"
|
||||||
|
blinking = "Always"
|
||||||
|
|
|
@ -185,9 +185,12 @@ layout {
|
||||||
// which may be more convenient to use.
|
// which may be more convenient to use.
|
||||||
// See the binds section below for more spawn examples.
|
// See the binds section below for more spawn examples.
|
||||||
// spawn-at-startup "alacritty" "-e" "fish"
|
// spawn-at-startup "alacritty" "-e" "fish"
|
||||||
spawn-at-startup "alacritty"
|
spawn-at-startup "xwayland-satellite" ":42"
|
||||||
|
environment {
|
||||||
|
DISPLAY ":42"
|
||||||
|
}
|
||||||
spawn-at-startup "i3bar-river"
|
spawn-at-startup "i3bar-river"
|
||||||
spawn-at-startup "mako"
|
// spawn-at-startup "mako"
|
||||||
spawn-at-startup "swayidle" "-w" "timeout" "300" "~/.lock.sh" "before-sleep" "~/.lock.sh"
|
spawn-at-startup "swayidle" "-w" "timeout" "300" "~/.lock.sh" "before-sleep" "~/.lock.sh"
|
||||||
spawn-at-startup "swww-daemon"
|
spawn-at-startup "swww-daemon"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue