need to make emacs 2x scale on laptop

This commit is contained in:
Chris Cochrun 2020-12-15 09:30:36 -06:00
parent e2dbc91280
commit 0a7f4e335e
2 changed files with 5 additions and 1 deletions

View file

@ -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"))

View file

@ -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