From fdaf18836251ca633729dfbbbe617f6322182afd Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 10 Oct 2018 15:38:23 +0200 Subject: Explicitly disable nvim-qt gui tabline, add CLI alias --- 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 115af69..3beedc7 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -116,7 +116,7 @@ commonKeybindings host = -- application launchers , ("M-" , spawn "rofi -show combi") , ("M-" , spawn "kitty") - , ("M-S-" , spawn "nvim-qt") + , ("M-S-" , spawn "nvim-qt --no-ext-tabline") , ("" , spawn "xfce4-screenshooter") -- window management , ("M-q" , windows $ S.shift "NSP") -- cgit v1.2.3