Compare commits
No commits in common. "6e51b9e20e267320a233bc894b97a55e6aef70e8" and "4bb6c51b4e4bb1d476336dd34bccd5349ab2c644" have entirely different histories.
6e51b9e20e
...
4bb6c51b4e
3 changed files with 5 additions and 3 deletions
|
@ -82,10 +82,10 @@
|
||||||
<!-- Set default monospace font -->
|
<!-- Set default monospace font -->
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer><family>Noto Sans Mono</family></prefer>
|
<prefer><family>JetBrains Mono</family></prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>Noto Sans Mono</family>
|
<family>JetBrains Mono</family>
|
||||||
<default><family>monospace</family></default>
|
<default><family>monospace</family></default>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ 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 --no-colors tracking)"'
|
riverctl map normal $mod C spawn 'notify-send --expire-time=3000 --app-name=zeit "$(zeit tracking)"'
|
||||||
|
|
||||||
for mode in normal locked
|
for mode in normal locked
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue