From 70ee1e9219fd62ac0ef0fa2b188155e08646996c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 3 Jun 2020 20:00:56 +0200 Subject: Taking another run at using Orgmode for note taking --- gui/conf/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index f5e8893..3f92f69 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -118,7 +118,7 @@ scratchpads host = (customFloating $ hideScreenBorder host sideBarLeft) , NS "messaging" "telegram-desktop" ((className =? "TelegramDesktop") <&&> (title /=? "Media viewer")) (customFloating $ hideScreenBorder host sideBarRight) - , NS "notes" "emacs --title=notemacs ~/org/org.org" (title =? "notemacs") + , NS "notes" "emacs --title=notemacs ~/org/inbox.org" (title =? "notemacs") (customFloating $ hideScreenBorder host dropDownLarge) ] -- cgit v1.2.3