From f4afa1d717e1ca33b279530468e58902479eface Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 23 Apr 2019 17:53:05 +0200 Subject: Removed xcape and changed qutebrowser config --- dwm/.xinitrc | 1 - dwm/lc | 1 - qutebrowser/.config/qutebrowser/config.py | 10 +++++----- qutebrowser/.config/qutebrowser/quickmarks | 4 ++-- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 3ac0572..20e1265 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -9,7 +9,6 @@ eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) export SSH_AUTH_SOCK xmodmap .Xmodmap -xcape -e "Control_R=Escape" nm-applet & xscreensaver & diff --git a/dwm/lc b/dwm/lc index a53aa6d..8dc370a 100755 --- a/dwm/lc +++ b/dwm/lc @@ -22,7 +22,6 @@ handle_stuff() { if [ "$1" = "sk" ] || [ "$1" = "set-keyboard" ]; then setxkbmap -layout us -variant altgr-intl xmodmap .Xmodmap - xcape -e "Control_R=Escape" fi # POWER COMMANDS diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index e76fd34..ce00ca2 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -1016,7 +1016,7 @@ c.editor.command = ['gvim', '-f', '{file}', '-c', 'normal {line}G{column0}l'] ## Leave insert mode if a non-editable element is clicked. ## Type: Bool -# c.input.insert_mode.auto_leave = True +c.input.insert_mode.auto_leave = False ## Automatically enter insert mode if an editable element is focused ## after loading the page. @@ -1027,7 +1027,7 @@ c.editor.command = ['gvim', '-f', '{file}', '-c', 'normal {line}G{column0}l'] ## unreliable on this setting, and they may match the url you are ## navigating to, or the URL you are navigating from. ## Type: Bool -# c.input.insert_mode.leave_on_load = True +c.input.insert_mode.leave_on_load = False ## Switch to insert mode when clicking flash and other plugins. ## Type: Bool @@ -1471,7 +1471,7 @@ c.tabs.background = True ## Page to open if :open -t/-b/-w is used without URL. Use `about:blank` ## for a blank page. ## Type: FuzzyUrl -c.url.default_page = 'https://google.dk/' +c.url.default_page = 'https://www.startpage.com/' ## URL segments where `:navigate increment/decrement` will search for a ## number. @@ -1498,11 +1498,11 @@ c.url.default_page = 'https://google.dk/' ## used by prepending the search engine name to the search term, e.g. ## `:open google qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://www.startpage.com/do/dsearch?query={}', 'GOOGLE': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl -c.url.start_pages = ['https://google.dk'] +c.url.start_pages = ['https://www.startpage.com/'] ## URL parameters to strip with `:yank url`. ## Type: List of String diff --git a/qutebrowser/.config/qutebrowser/quickmarks b/qutebrowser/.config/qutebrowser/quickmarks index d2098ad..fefe8f0 100644 --- a/qutebrowser/.config/qutebrowser/quickmarks +++ b/qutebrowser/.config/qutebrowser/quickmarks @@ -2,8 +2,8 @@ facebook https://www.facebook.com/ riot https://riot.im/app/#/room/%23hackerting:rend.al youtube https://www.youtube.com/ cheatsheet https://www.shortcutfoo.com/app/dojos/qutebrowser/cheatsheet -gitlab https://gitlab.com/jbjjbjjbj -github https://github.com/jbjjbjjbj +gitlab https://gitlab.com/ +github https://github.com/ moodle https://www.moodle.aau.dk/my/ discord https://discordapp.com/channels/@me rejseplanen https://www.rejseplanen.dk/webapp/index.html -- cgit v1.2.3