From fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 20 Apr 2020 10:08:40 +0200 Subject: Switch back to vim for note taking More convenient than getting into Emacs just for this --- gui/conf/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 1505f6f..bd05d0f 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -118,8 +118,8 @@ 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") - (customFloating $ hideScreenBorder host dropDownLarge) + , NS "notes" "nvim-qt --no-ext-tabline -- --cmd \"let &titlestring='orgnotes'\" ~/org/*.org" (title =? "orgnotes — Neovim") + (customFloating $ hideScreenBorder host dropDown) ] hudMonitor host = monitor -- cgit v1.2.3