aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-03 20:00:56 +0200
committerAdrian Kummerlaender2020-06-03 20:00:56 +0200
commit70ee1e9219fd62ac0ef0fa2b188155e08646996c (patch)
treedfc00bf0ef5a44dcbd6aa739b6e9f10cc2ca1257 /gui/conf/xmonad.hs
parent311beb9cac83f10e9cfeeff285b8df33cb59faa0 (diff)
downloadnixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar.gz
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar.bz2
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar.lz
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar.xz
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.tar.zst
nixos_home-70ee1e9219fd62ac0ef0fa2b188155e08646996c.zip
Taking another run at using Orgmode for note taking
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
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)
]