From e8b2adf54d8abad1a4d3a67c6af5796199fb53dc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 30 May 2022 11:31:08 +0530 Subject: set indent to 2 in emacs web --- .config/XMonad/lib/Hooks.hs | 1 + .config/XMonad/lib/Keybindings.hs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.config/XMonad') diff --git a/.config/XMonad/lib/Hooks.hs b/.config/XMonad/lib/Hooks.hs index b51f076..d66b573 100644 --- a/.config/XMonad/lib/Hooks.hs +++ b/.config/XMonad/lib/Hooks.hs @@ -39,5 +39,6 @@ myStartupHook = do spawnOnce "polystart" spawnOnce "nitrogen --restore" spawnOnce "cbatticon" + spawnOnce "udiskie" setWMName "Anime Thighs" setDefaultCursor xC_left_ptr diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs index f076f52..9413be3 100644 --- a/.config/XMonad/lib/Keybindings.hs +++ b/.config/XMonad/lib/Keybindings.hs @@ -186,7 +186,7 @@ myKeybindingsP = [ , ("M-n v", spawn $ myBrowser ++ " https://vidhukant.xyz") , ("M-n S-v", spawn $ myBrowser ++ " https://blog.vidhukant.xyz") , ("M-n m", spawn $ myBrowser ++ " https://myanimelist.net/profile/0ZeroTsu") - , ("M-n M", spawn $ myBrowser ++ " https://animixplay.to") + , ("M-n S-m", spawn $ myBrowser ++ " https://animixplay.to") -- other apps -- TODO: add scrcpy , ("M-y e", spawn myTextEditor) -- cgit v1.2.3