1
Fork 0

feat: vimsnip and a bazillion other things

This commit is contained in:
Matei Adriel 2022-04-11 00:26:44 +03:00
commit de269054c2
9 changed files with 63 additions and 19 deletions
modules/applications/xmonad

View file

@ -15,6 +15,7 @@ import XMonad.Hooks.ManageDocks
import XMonad.Layout.Spacing
import XMonad.Layout.ThreeColumns
import XMonad.Util.EZConfig
import XMonad.Operations
kdeOn :: Bool
kdeOn = False
@ -80,9 +81,11 @@ main =
-- TODO: find a way to bind all the program-opening-keybindings to a single sub-map
keymap =
[ ("M-p", spawn "rofi -show run"),
("M-g", spawn myBrowser),
("M-d", spawn "Discord")
[ ("M-p", spawn "rofi -show run")
, ("M-g", spawn myBrowser)
, ("M-d", spawn "Discord")
, ("M-v", spawn "alacritty -e vimclip")
, ("M-c", kill)
]
uniformBorder = join $ join $ join Border