aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-04-20 10:08:40 +0200
committerAdrian Kummerlaender2020-04-20 10:08:40 +0200
commitfdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5 (patch)
tree51d6ee9854bc7afa8ad28af28ebbd9bdb2c3cfc1 /gui/conf/xmonad.hs
parent6c36736400fc013c8b7171f87cbad45b164e9f04 (diff)
downloadnixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar.gz
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar.bz2
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar.lz
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar.xz
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.tar.zst
nixos_home-fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.zip
Switch back to vim for note taking
More convenient than getting into Emacs just for this
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs4
1 files changed, 2 insertions, 2 deletions
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