Update local config.
This commit is contained in:
parent
0713dc774a
commit
dae6059760
@ -308,6 +308,11 @@ globalkeys = gears.table.join(
|
||||
awful.util.spawn("rofi -combi-modi window,drun,ssh -theme purple -font 'hack 10' -show combi")
|
||||
end),
|
||||
|
||||
awful.key({ "Mod1"}, "space",
|
||||
function()
|
||||
awful.util.spawn("rofi -combi-modi window,drun,ssh -theme purple -font 'hack 10' -show drun")
|
||||
end),
|
||||
|
||||
-- added by josiah for scrot use
|
||||
awful.key({ "Control","Mod1", "Shift", "Mod4" }, "s",
|
||||
function()
|
||||
|
@ -41,7 +41,7 @@
|
||||
'(epg-gpg-program "/usr/local/bin/gpg")
|
||||
'(global-hl-line-mode t)
|
||||
'(package-selected-packages
|
||||
'(fira-code-mode yasnippet org-pdftools phps-mode projectile webfeeder znc pinboard yaml-mode which-key web-mode virtualenvwrapper use-package twittering-mode try smex racer powershell poetry pipenv ox-reveal outline-magic org-pdfview org-bullets ob-restclient multiple-cursors magit lua-mode lsp-ui iedit helm flycheck-rust exec-path-from-shell eglot edit-indirect company-lsp ansible ace-window)))
|
||||
'(json-mode fira-code-mode yasnippet org-pdftools phps-mode projectile webfeeder znc pinboard yaml-mode which-key web-mode virtualenvwrapper use-package twittering-mode try smex racer powershell poetry pipenv ox-reveal outline-magic org-pdfview org-bullets ob-restclient multiple-cursors magit lua-mode lsp-ui iedit helm flycheck-rust exec-path-from-shell eglot edit-indirect company-lsp ansible ace-window)))
|
||||
'(znc-servers
|
||||
`(("bouncer.awful.club" 5000 t
|
||||
((freenode "blindidiotgod/freenode" ,znc-password)
|
||||
|
@ -199,4 +199,12 @@
|
||||
(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
|
||||
(add-to-list 'interpreter-mode-alist '("lua" . lua-mode)))
|
||||
|
||||
(use-package json-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package nix-mode
|
||||
:ensure t
|
||||
:mode "\\.nix\\'")
|
||||
|
||||
|
||||
(server-start)
|
||||
|
@ -109,7 +109,7 @@ in
|
||||
gnome3.gnome-tweaks
|
||||
gnome3.adwaita-icon-theme
|
||||
gnome-breeze
|
||||
# espanso # text expander
|
||||
espanso # text expander
|
||||
xclip # c&p from cli / required for espanso
|
||||
libnotify # required for espanso
|
||||
# jlj games
|
||||
|
Loading…
Reference in New Issue
Block a user