update qutebrowser config change hints font
prithugoswami prithugoswami524@gmail.com
Wed, 30 May 2018 19:40:45 +0530
2 files changed,
3 insertions(+),
1 deletions(-)
M
qutebrowser/config.py
→
qutebrowser/config.py
@@ -763,7 +763,7 @@ # c.fonts.downloads = '10pt monospace'
## Font used for the hints. ## Type: Font -c.fonts.hints = 'bold 10pt RobotoMono Nerd Font Mono' +c.fonts.hints = 'bold 10pt monospace' ## Font used in the keyhint widget. ## Type: Font
M
scripts/toggle_touchpad.sh
→
scripts/toggle_touchpad.sh
@@ -1,6 +1,8 @@
#!/bin/sh # device id=14 +# toggles the touchapd on and sleeps for 30 seconds and then +# disables it again. touchpad="$(xinput list-props 14 | awk 'NR == 2 {print $4}')" if [ "$touchpad" -eq 0 ]; then