From b48c7b2d871bb40258dcf4f6972e0408a2553eba Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 14 Oct 2021 14:07:15 -0500 Subject: [PATCH] Fixing broken url in keybinding. --- .xmonad/README.org | 2 +- .xmonad/xmonad.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/README.org b/.xmonad/README.org index d992b2c..e63e4af 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -577,7 +577,7 @@ myKeys = , ("C-e s", spawn (myEmacs ++ ("--eval '(eshell)'"))) -- eshell , ("C-e t", spawn (myEmacs ++ ("--eval '(mastodon)'"))) -- mastodon.el , ("C-e v", spawn (myEmacs ++ ("--eval '(+vterm/here nil)'"))) -- vterm if on Doom Emacs - , ("C-e w", spawn (myEmacs ++ ("--eval '(doom/window-maximize-buffer(eww \"distrotube.com\"))'"))) -- eww browser if on Doom Emacs + , ("C-e w", spawn (myEmacs ++ ("--eval '(doom/window-maximize-buffer(eww \"distro.tube\"))'"))) -- eww browser if on Doom Emacs , ("C-e a", spawn (myEmacs ++ ("--eval '(emms)' --eval '(emms-play-directory-tree \"~/Music/\")'"))) -- KB_GROUP Multimedia Keys diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index b598561..99e8e02 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -468,7 +468,7 @@ myKeys = , ("C-e s", spawn (myEmacs ++ ("--eval '(eshell)'"))) -- eshell , ("C-e t", spawn (myEmacs ++ ("--eval '(mastodon)'"))) -- mastodon.el , ("C-e v", spawn (myEmacs ++ ("--eval '(+vterm/here nil)'"))) -- vterm if on Doom Emacs - , ("C-e w", spawn (myEmacs ++ ("--eval '(doom/window-maximize-buffer(eww \"distrotube.com\"))'"))) -- eww browser if on Doom Emacs + , ("C-e w", spawn (myEmacs ++ ("--eval '(doom/window-maximize-buffer(eww \"distro.tube\"))'"))) -- eww browser if on Doom Emacs , ("C-e a", spawn (myEmacs ++ ("--eval '(emms)' --eval '(emms-play-directory-tree \"~/Music/\")'"))) -- KB_GROUP Multimedia Keys