diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 564bac1..2b9ffdb 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -115,7 +115,7 @@ {:description "launch mu4e in new emacs frame" :group "apps" }) (awful.key [ modkey shift ] "Return" (fn [] (awful.spawn "emacsclient -c -e '(+eshell/frame)'")) {:description "launch eshell in new emacs frame" :group "apps" }) - (awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'")) + (awful.key [ modkey ] "e" (fn [] (awful.spawn "env GDK_SCALE=2 emacsclient -c -a 'emacs'")) {:description "launch new emacs frame" :group "apps" }) ;; rofi (awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/launcher.sh")) diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 350e462..627a79f 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -38,6 +38,10 @@ set searchurls.gentoo_wiki https://wiki.gentoo.org/index.php?title=Special%3ASea set searchurls.qwant https://www.qwant.com/?q= set searchengine d +"" Quickmarks +set quickmark od https://odysee.com/$/following + + " For syntax highlighting see https://github.com/tridactyl/vim-tridactyl " vim: set filetype=tridactyl