From 8e061fbae49260b1d717ddc1a9e9381e90db787f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 20 Jul 2022 11:15:23 +0530 Subject: added keybinding to open private tab --- .config/XMonad/lib/Keybindings.hs | 1 + 1 file changed, 1 insertion(+) (limited to '.config/XMonad/lib/Keybindings.hs') diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs index da38cb6..6738e3c 100644 --- a/.config/XMonad/lib/Keybindings.hs +++ b/.config/XMonad/lib/Keybindings.hs @@ -194,6 +194,7 @@ myKeybindingsP = [ , ("M-y t", spawn myTorrentClient) , ("M-y S-t", spawn "torbrowser-launcher") , ("M-y i", spawn myBrowser) + , ("M-y S-i", spawn myPrivateBrowser) , ("M-y d", spawn "discord") , ("M-y f", spawn "firefox") , ("M-y v", spawn "virt-manager") -- cgit v1.2.3