1
0
Fork 0

Compare commits

..

6 commits

Author SHA1 Message Date
981de38644 nvim: get rid of lualsp propts 2023-12-10 15:23:17 +01:00
91c97d0198 nix: add cachix 2023-12-10 15:22:59 +01:00
0365ea2be6 nvim: add dapui gruvbox colors 2023-12-10 15:22:52 +01:00
d2716e296a mime 2023-12-10 15:22:31 +01:00
d7853732a3 hlwm: convert pulse keys to wpctl 2023-12-10 15:22:10 +01:00
58ad54faec certs 2023-12-10 15:21:42 +01:00
6 changed files with 48 additions and 11 deletions

View file

@ -38,6 +38,9 @@ doms=(
'djinn1.localhost' 'djinn1.localhost'
'local3000.localhost' 'local3000.localhost'
'localhost' 'localhost'
'harbor.localhost'
'gitops.localhost'
'grafana.localhost'
) )
mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms

View file

@ -129,14 +129,9 @@ hc keybind $Mod-i jumpto urgent
# hc keybind XF86AudioMute chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-mute $(pactl get-default-sink) toggle' , emit_hook volume # hc keybind XF86AudioMute chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-mute $(pactl get-default-sink) toggle' , emit_hook volume
# hc keybind XF86AudioLowerVolume chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-volume $(pactl get-default-sink) -10%' , emit_hook volume # hc keybind XF86AudioLowerVolume chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-volume $(pactl get-default-sink) -10%' , emit_hook volume
# hc keybind XF86AudioRaiseVolume chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-volume $(pactl get-default-sink) +10%' , emit_hook volume # hc keybind XF86AudioRaiseVolume chain , spawn systemd-run --scope --user sh -c 'pactl set-sink-volume $(pactl get-default-sink) +10%' , emit_hook volume
# shellcheck disable=SC2016 hc keybind XF86AudioMute spawn wpctl set-mute @DEFAULT_SINK@ toggle
hc keybind XF86AudioMute spawn sh -c 'pactl set-sink-mute $(pactl get-default-sink) toggle' hc keybind XF86AudioLowerVolume spawn wpctl set-volume @DEFAULT_SINK@ 10%-
# shellcheck disable=SC2016 hc keybind XF86AudioRaiseVolume spawn wpctl set-volume @DEFAULT_SINK@ 10%+
hc keybind XF86AudioLowerVolume spawn sh -c 'pactl set-sink-volume $(pactl get-default-sink) -10%'
# shellcheck disable=SC2016
hc keybind XF86AudioRaiseVolume spawn sh -c 'pactl set-sink-volume $(pactl get-default-sink) +10%'
# shellcheck disable=SC2016
hc keybind XF86AudioRaiseVolume spawn sh -c 'pactl set-sink-volume $(pactl get-default-sink) +10%'
hc keybind XF86AudioMicMute spawn systemd-run --scope --user rofi -show pulse -modi "pulse:$HOME/.config/herbstluftwm/pulsemenu" hc keybind XF86AudioMicMute spawn systemd-run --scope --user rofi -show pulse -modi "pulse:$HOME/.config/herbstluftwm/pulsemenu"
hc keybind XF86AudioNext spawn systemd-run --scope --user "$HOME/bin/mprisctl" next hc keybind XF86AudioNext spawn systemd-run --scope --user "$HOME/bin/mprisctl" next
hc keybind XF86AudioPrev spawn systemd-run --scope --user "$HOME/bin/mprisctl" prev hc keybind XF86AudioPrev spawn systemd-run --scope --user "$HOME/bin/mprisctl" prev

View file

@ -1 +1,3 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
substituters = https://cache.nixos.org https://nix-shell.cachix.org https://php-src-nix.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-shell.cachix.org-1:kat3KoRVbilxA6TkXEtTN9IfD4JhsQp1TPUHg652Mwc= php-src-nix.cachix.org-1:3IMVbxfljrbI1NZjuML/2eHLsmHEXfzKGY0kEA20qWY=

View file

@ -1,5 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.completion.autoRequire": false, "Lua.completion.autoRequire": false,
"Lua.workspace.checkThirdParty": false "Lua.workspace.checkThirdParty": false,
} "workspace.checkThirdParty": false
}

View file

@ -188,6 +188,39 @@ function M.config()
-- gr:hl('GitSignsAddLine', nil, 'faded_green', {}) -- gr:hl('GitSignsAddLine', nil, 'faded_green', {})
-- vim.fn.sign_define('GitSignsAdd', { text = '│', texthl = 'GitSignsAdd', linehl = 'GitSignsAddLine', culhl='CursorLine' }) -- vim.fn.sign_define('GitSignsAdd', { text = '│', texthl = 'GitSignsAdd', linehl = 'GitSignsAddLine', culhl='CursorLine' })
link('DapUINormal', 'Normal')
link('DapUIVariable', 'Identifier')
link('DapUIScope', 'GruvboxAqua')
link('DapUIType', 'Type')
link('DapUIValue', 'GruvboxFg1')
link('DapUIModifiedValue', 'GruvboxAquaBold')
link('DapUIDecoration', 'GruvboxAqua')
link('DapUIThread', 'GruvboxGreen')
link('DapUIStoppedThread', 'GruvboxAqua')
link('DapUIFrameName', 'GruvboxFg1')
link('DapUISource', 'GruvboxPurple')
link('DapUILineNumber', 'GruvboxAqua')
link('DapUIFloatNormal', 'NormalFloat')
link('DapUIFloatBorder', 'GruvboxAqua')
link('DapUIWatchesEmpty', 'GruvboxRed')
link('DapUIWatchesValue', 'GruvboxGreen')
link('DapUIWatchesError', 'GruvboxRed')
link('DapUIBreakpointsPath', 'GruvboxAqua')
link('DapUIBreakpointsInfo', 'GruvboxGreen')
link('DapUIBreakpointsCurrentLine', 'GruvboxGreenBold')
link('DapUIBreakpointsLine', 'DapUILineNumber')
link('DapUIBreakpointsDisabledLine', 'Comment')
link('DapUICurrentFrameName', 'DapUIBreakpointsCurrentLine')
link('DapUIStepOver', 'GruvboxAqua')
link('DapUIStepInto', 'GruvboxAqua')
link('DapUIStepBack', 'GruvboxAqua')
link('DapUIStepOut', 'GruvboxAqua')
link('DapUIStop', 'GruvboxRed')
link('DapUIPlayPause', 'GruvboxGreen')
link('DapUIRestart', 'GruvboxGreen')
link('DapUIUnavailable', 'Comment')
link('DapUIWinSelect', 'GruvboxAquaBold')
link('DapUIEndofBuffer', 'EndofBuffer')
end, end,
}) })

View file

@ -13,15 +13,18 @@ x-scheme-handler/webcals=userapp-Thunderbird-FW84B2.desktop;
[Default Applications] [Default Applications]
application/pdf=org.pwmt.zathura.desktop; application/pdf=org.pwmt.zathura.desktop;
image/*=imv.desktop;
application/rss+xml=userapp-Thunderbird-HIZ5B2.desktop; application/rss+xml=userapp-Thunderbird-HIZ5B2.desktop;
application/x-extension-ics=userapp-Thunderbird-FW84B2.desktop; application/x-extension-ics=userapp-Thunderbird-FW84B2.desktop;
application/x-extension-rss=userapp-Thunderbird-HIZ5B2.desktop; application/x-extension-rss=userapp-Thunderbird-HIZ5B2.desktop;
application/yaml=nvim.desktop; application/yaml=nvim.desktop;
application/yang=nvim.desktop; application/yang=nvim.desktop;
image/*=imv.desktop;
message/rfc822=userapp-Thunderbird-F0I6B2.desktop; message/rfc822=userapp-Thunderbird-F0I6B2.desktop;
text/*=nvim.desktop; text/*=nvim.desktop;
text/calendar=userapp-Thunderbird-FW84B2.desktop; text/calendar=userapp-Thunderbird-FW84B2.desktop;
text/html=org.qutebrowser.qutebrowser.desktop;nvim.desktop;
text/plain=nvim.desktop;
video/mp4=mpv.desktop;
x-scheme-handler/feed=userapp-Thunderbird-HIZ5B2.desktop; x-scheme-handler/feed=userapp-Thunderbird-HIZ5B2.desktop;
x-scheme-handler/http=org.qutebrowser.qutebrowser.desktop; x-scheme-handler/http=org.qutebrowser.qutebrowser.desktop;
x-scheme-handler/https=org.qutebrowser.qutebrowser.desktop; x-scheme-handler/https=org.qutebrowser.qutebrowser.desktop;