all repos — dotfiles @ cf47f845b299d006d1092a3684907dfd4bf743c7

linux dotfiles

update qutebrowser config

change hints font
prithugoswami prithugoswami524@gmail.com
Wed, 30 May 2018 19:40:45 +0530
commit

cf47f845b299d006d1092a3684907dfd4bf743c7

parent

21d43984759ca5df624aae7224e4dd56db36def7

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M qutebrowser/config.pyqutebrowser/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.shscripts/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