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