feat: fuzzel right colorscheme and revealement

This commit is contained in:
jabuxas 2025-03-03 22:44:24 -03:00
parent 6e970811d1
commit 22dbda9a8e
10 changed files with 22 additions and 11 deletions

View File

@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
[window]
opacity = 1
opacity = 0.93
padding.x = 10
# padding.y = 10
decorations = "Full"

View File

@ -197,3 +197,5 @@
;; Bind the custom function to <tab> in Evil's insert state
(evil-define-key 'insert 'global (kbd "<tab>") 'my/copilot-tab-or-default))
;; (add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))

View File

@ -174,7 +174,7 @@
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
(web +lsp +tree-sitter +prettier) ; the tubes
;;yaml ; JSON, but readable
(yaml +tree-sitter) ; JSON, but readable
;;zig ; C, but simpler
:email

View File

@ -28,7 +28,7 @@ if status is-interactive
alias cop="wl-copy"
alias poweroff="systemctl poweroff"
alias cat="bat"
alias dockdom="docker compose -p "ciga-diario" -f CIGA-DIARIO-DEV-LOCALHOST.yml"
alias dom="docker compose -p "ciga-diario" -f CIGA-DIARIO-DEV-LOCALHOST.yml"
alias emackie="emacsclient --socket-name=/run/user/$(id -u)/emacs/server -nw"
alias protontricks='flatpak run com.github.Matoking.protontricks'
@ -37,6 +37,10 @@ if status is-interactive
alias generate_token="curl -u jabuxas https://paste.jabuxas.com | wl-copy"
end
function heaven
AUTH_KEY=(cat ~/.key) AUTH_PARAM='X-Auth' PASTEBIN_URL='https://paste.jabuxas.com' revelation
end
function pst
set -l file
set -l use_ansifilter false

View File

@ -20,12 +20,13 @@ layer = top
exit-on-keyboard-focus-loss = yes
[colors]
background=0a0c10ff
text=f0f3f6ff
match=ffb1afff
selection=cb9effff
selection-text=1a1b26ff
border=cb9effff
background=141b1eff
text=dadadaff
match=b3b9b8ff
selection-match=dadadaff
selection=e57474ff
selection-text=242b2eff
border=e57474ff
[border]
width=2

View File

@ -11,7 +11,7 @@ echo -e "[Default]\nsave_dir=$save_dir\nsave_filename_format=$save_file" > $swpy
upload ()
{
curl -F'file=@'"${save_dir}/${save_file}" -Fsecret= -H 'X-Auth: '$(cat ~/.key) https://paste.jabuxas.xyz | wl-copy
curl -F'file=@'"${save_dir}/${save_file}" -Fsecret= -H 'X-Auth: '$(cat ~/.key) https://paste.jabuxas.com | wl-copy
}
function print_error

View File

@ -22,6 +22,7 @@ bindsym $mod+b exec ~/.local/share/AppImage/ZenBrowser.AppImage
bindsym $mod+Shift+d exec flatpak run de.shorsh.discord-screenaudio
bindsym $mod+Return exec $term
bindsym $mod+Control+e exec $term -e emacsclient --socket-name=/run/user/1000/emacs/server -nw
bindsym $mod+o exec fish -c 'heaven'
bindsym $mod+Shift+c kill
bindsym $mod+Shift+Return exec $menu
floating_modifier $mod normal

View File

@ -1,6 +1,6 @@
output {
HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on
DP-1 pos 2560 0 mode --custom 2560x1080@60Hz adaptive_sync on
DP-1 pos 2560 0
DP-3 disable pos 0 -1080
}

View File

@ -9,6 +9,7 @@ for_window [app_id="org.gnome.Evolution"] move to workspace 10
for_window [app_id="org.prismlauncher.PrismLauncher"] move to workspace 7
for_window [app_id="teams-for-linux"] move to workspace 8
for_window [app_id="WebCord"] move to workspace 6
for_window [app_id="xdg-desktop-portal-gtk"] floating enable
for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable
# xwayland

View File

@ -39,6 +39,8 @@ bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection
set -ga update-environment 'KITTY_LISTEN_ON'
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
set -gq allow-passthrough on
unbind -T copy-mode-vi MouseDragEnd1Pane