Compare commits
2 commits
4bb6c51b4e
...
6e51b9e20e
Author | SHA1 | Date | |
---|---|---|---|
6e51b9e20e | |||
f859882082 |
3 changed files with 3 additions and 5 deletions
|
@ -82,10 +82,10 @@
|
||||||
<!-- Set default monospace font -->
|
<!-- Set default monospace font -->
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer><family>JetBrains Mono</family></prefer>
|
<prefer><family>Noto Sans Mono</family></prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>JetBrains Mono</family>
|
<family>Noto Sans Mono</family>
|
||||||
<default><family>monospace</family></default>
|
<default><family>monospace</family></default>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ hide-when-typing=yes
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
font=monospace:pixelsize=19
|
font=monospace:pixelsize=19
|
||||||
line-height=29px
|
|
||||||
vertical-letter-offset=3px
|
|
||||||
|
|
||||||
pad=4x4
|
pad=4x4
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,7 @@ riverctl map normal $mod grave spawn 'pamixer --default-source --toggle-mute'
|
||||||
|
|
||||||
riverctl map normal $mod X spawn 'fnottctl actions'
|
riverctl map normal $mod X spawn 'fnottctl actions'
|
||||||
riverctl map normal $mod Z spawn 'fnottctl dismiss'
|
riverctl map normal $mod Z spawn 'fnottctl dismiss'
|
||||||
riverctl map normal $mod C spawn 'notify-send --expire-time=3000 --app-name=zeit "$(zeit tracking)"'
|
riverctl map normal $mod C spawn 'notify-send --expire-time=3000 --app-name=zeit "$(zeit --no-colors tracking)"'
|
||||||
|
|
||||||
for mode in normal locked
|
for mode in normal locked
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue