From 0a7f4e335ed33a06c9cd87133ab956fafa005bb2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 15 Dec 2020 09:30:36 -0600 Subject: [PATCH] need to make emacs 2x scale on laptop --- awesome/keybindings.fnl | 2 +- tridactyl/tridactylrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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