minor updates

This commit is contained in:
Solomon Laing 2022-05-18 18:17:06 +09:30
parent b4fb62514e
commit 55348c0ce6
2 changed files with 16 additions and 17 deletions

View File

@ -1,4 +1,4 @@
let mapleader ="/"
let mapleader ="="
if ! filereadable(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/autoload/plug.vim"'))
echo "Downloading junegunn/vim-plug to manage plugins..."

View File

@ -349,11 +349,11 @@ myStandardEZKeys =
, ("M-s d", spawn "dmenusearch duckduckgo") -- launch searcher, default to duckduckgo
--NOTE my default browser pages
, ("C-b o", spawn "surf 192.168.2.101:8080") -- open openhab in surf
, ("C-b h", spawn "surf 'https://pve.inkletblot.com:8006'") -- open pve (hypervisor) in surf
, ("C-b p", spawn "surf 'https://app.plex.tv'") -- open plex in surf
, ("C-b c", spawn "surf 'https://calendar.protonmail.com'") -- open protoncalendar in surf
, ("C-b m", spawn "surf 'https://mail.protonmail.com'") -- open protonmail in surf
, ("M-b o", spawn "surf 192.168.2.101:8080") -- open openhab in surf
, ("M-b h", spawn "surf 'https://pve.inkletblot.com:8006'") -- open pve (hypervisor) in surf
, ("M-b p", spawn "surf 'https://app.plex.tv'") -- open plex in surf
, ("M-b c", spawn "surf 'https://calendar.protonmail.com'") -- open protoncalendar in surf
, ("M-b m", spawn "surf 'https://mail.protonmail.com'") -- open protonmail in surf
--NOTE drive mounting
, ("M-d m", spawn "dmenumount") -- launch mounter
@ -371,8 +371,7 @@ myStandardEZKeys =
--NOTE extras
, ("M-S-/", spawn "xmonad-keys-help") -- show keybinds
, ("<Print>", spawn "screenshot") -- take full (all monitors) screenshot
, ("M-<Print>", spawn "flameshot gui") -- launch flameshot for snipping
, ("M-<Print>", spawn "maimpick") -- take full screenshot
]
-- The following lines are needed for named scratchpads.
where nonNSP = WSIs (return (\ws -> W.tag ws /= "NSP"))