diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-18 19:35:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-18 19:35:02 +0530 |
commit | 2f7e4665f0d87822296b56430bb91458844eade0 (patch) | |
tree | 09ac8f9ed6ab9d54439217a7271db15e1732899a | |
parent | 21634dc79c3c6abd7d75b3a0a4be060f1a9b9786 (diff) |
added firefox keybinding and removed it from autostart since it messed up the lock screen
-rwxr-xr-x | sxhkd/sxhkdrc | 6 | ||||
-rw-r--r-- | xmonad.hs | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index cbf7bcf7..e7ba3cf6 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -29,6 +29,9 @@ alt + F3 alt + F4 pulseaudio-ctl up +alt + F11 + pulseaudio-ctl + alt + F12 kill -s USR1 $(pidof deadd-notification-center) @@ -50,6 +53,9 @@ super + F6 super + F7 nitrogen +super + F10 + firefox + super + F11 st -e bashtop @@ -43,8 +43,9 @@ myStartupHook = do spawnOnce "nitrogen --restore &" spawnOnce "picom &" spawnOnce "deadd-notification-center &" --- spawnOnce "firefox &" + -- spawnOnce "firefox &" spawnOnce "sxhkd &" + spawnOnce "betterlockscreen -l -t 'Welcome, Vidhu Kant!'" setWMName "AnimeTitsWM" setDefaultCursor xC_left_ptr @@ -77,7 +78,7 @@ fBorder = "#FB027F" myBorderWidth = 2 -sGap = 0 -- screen gap +sGap = 3 -- screen gap wGap = 1 -- window gap myExtraWorkspaces = [(xK_0, "10")] -- ,(xK_minus, "tmp"),(xK_equal, "swap")] |