Compare commits
6 commits
906b5651e6
...
981de38644
Author | SHA1 | Date | |
---|---|---|---|
981de38644 | |||
91c97d0198 | |||
0365ea2be6 | |||
d2716e296a | |||
d7853732a3 | |||
58ad54faec |
6 changed files with 48 additions and 11 deletions
|
@ -38,6 +38,9 @@ doms=(
|
|||
'djinn1.localhost'
|
||||
'local3000.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
|
||||
|
||||
|
|
|
@ -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 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
|
||||
# shellcheck disable=SC2016
|
||||
hc keybind XF86AudioMute spawn sh -c 'pactl set-sink-mute $(pactl get-default-sink) toggle'
|
||||
# shellcheck disable=SC2016
|
||||
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 XF86AudioMute spawn wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
hc keybind XF86AudioLowerVolume spawn wpctl set-volume @DEFAULT_SINK@ 10%-
|
||||
hc keybind XF86AudioRaiseVolume spawn wpctl set-volume @DEFAULT_SINK@ 10%+
|
||||
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 XF86AudioPrev spawn systemd-run --scope --user "$HOME/bin/mprisctl" prev
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
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=
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.completion.autoRequire": false,
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"workspace.checkThirdParty": false
|
||||
}
|
||||
|
|
|
@ -188,6 +188,39 @@ function M.config()
|
|||
|
||||
-- gr:hl('GitSignsAddLine', nil, 'faded_green', {})
|
||||
-- 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,
|
||||
})
|
||||
|
||||
|
|
|
@ -13,15 +13,18 @@ x-scheme-handler/webcals=userapp-Thunderbird-FW84B2.desktop;
|
|||
|
||||
[Default Applications]
|
||||
application/pdf=org.pwmt.zathura.desktop;
|
||||
image/*=imv.desktop;
|
||||
application/rss+xml=userapp-Thunderbird-HIZ5B2.desktop;
|
||||
application/x-extension-ics=userapp-Thunderbird-FW84B2.desktop;
|
||||
application/x-extension-rss=userapp-Thunderbird-HIZ5B2.desktop;
|
||||
application/yaml=nvim.desktop;
|
||||
application/yang=nvim.desktop;
|
||||
image/*=imv.desktop;
|
||||
message/rfc822=userapp-Thunderbird-F0I6B2.desktop;
|
||||
text/*=nvim.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/http=org.qutebrowser.qutebrowser.desktop;
|
||||
x-scheme-handler/https=org.qutebrowser.qutebrowser.desktop;
|
||||
|
|
Loading…
Add table
Reference in a new issue