minor updates
This commit is contained in:
parent
b4fb62514e
commit
55348c0ce6
@ -1,4 +1,4 @@
|
|||||||
let mapleader ="/"
|
let mapleader ="="
|
||||||
|
|
||||||
if ! filereadable(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/autoload/plug.vim"'))
|
if ! filereadable(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/autoload/plug.vim"'))
|
||||||
echo "Downloading junegunn/vim-plug to manage plugins..."
|
echo "Downloading junegunn/vim-plug to manage plugins..."
|
||||||
|
|||||||
@ -349,11 +349,11 @@ myStandardEZKeys =
|
|||||||
, ("M-s d", spawn "dmenusearch duckduckgo") -- launch searcher, default to duckduckgo
|
, ("M-s d", spawn "dmenusearch duckduckgo") -- launch searcher, default to duckduckgo
|
||||||
|
|
||||||
--NOTE my default browser pages
|
--NOTE my default browser pages
|
||||||
, ("C-b o", spawn "surf 192.168.2.101:8080") -- open openhab in surf
|
, ("M-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
|
, ("M-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
|
, ("M-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
|
, ("M-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 m", spawn "surf 'https://mail.protonmail.com'") -- open protonmail in surf
|
||||||
|
|
||||||
--NOTE drive mounting
|
--NOTE drive mounting
|
||||||
, ("M-d m", spawn "dmenumount") -- launch mounter
|
, ("M-d m", spawn "dmenumount") -- launch mounter
|
||||||
@ -371,8 +371,7 @@ myStandardEZKeys =
|
|||||||
|
|
||||||
--NOTE extras
|
--NOTE extras
|
||||||
, ("M-S-/", spawn "xmonad-keys-help") -- show keybinds
|
, ("M-S-/", spawn "xmonad-keys-help") -- show keybinds
|
||||||
, ("<Print>", spawn "screenshot") -- take full (all monitors) screenshot
|
, ("M-<Print>", spawn "maimpick") -- take full screenshot
|
||||||
, ("M-<Print>", spawn "flameshot gui") -- launch flameshot for snipping
|
|
||||||
]
|
]
|
||||||
-- The following lines are needed for named scratchpads.
|
-- The following lines are needed for named scratchpads.
|
||||||
where nonNSP = WSIs (return (\ws -> W.tag ws /= "NSP"))
|
where nonNSP = WSIs (return (\ws -> W.tag ws /= "NSP"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user