catppuccin: migrate modules to home-manager

This commit is contained in:
js0ny 2025-11-20 20:07:29 +00:00
parent 3854b68891
commit 3e00cb6173
30 changed files with 595 additions and 66 deletions

View file

@ -36,7 +36,8 @@ bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod, c, exec, grimblast copysave area $HOME/Pictures/Screenshots/"$(date +%Y%m%d-%H%M%S)"
bind = $mainMod, s, exec, grimblast copysave active $HOME/Pictures/Screenshots/"$(date +%Y%m%d-%H%M%S)"
bind = $mainMod SHIFT, S, exec, grimblast copysave area $HOME/Pictures/Screenshots/"$(date +%Y%m%d-%H%M%S)"
bind = $mainMod SHIFT, c, exec, notify-send "Color: $(hyprpicker)"
# Switch workspaces with mainMod + [0-9]

View file

@ -78,7 +78,5 @@ map cmd+enter toggle_layout stack
map ctrl+shift+enter toggle_layout stack
# }}}
map f1 launch --type tab --cwd ~/.dotfiles nvim
shell zsh

View file

@ -15,7 +15,15 @@ return {
disabled_filetypes = {},
-- https://github.com/Saghen/blink.pairs/blob/main/lua/blink/pairs/config/mappings.lua#24
-- Battery included!
pairs = {},
pairs = {
["'"] = {
"''",
when = function(ctx)
return ctx:text_before_cursor(1) == "'"
end,
languages = { "nix" },
},
},
},
highlights = {
enabled = true,