feat: fuzzel right colorscheme and revealement
This commit is contained in:
parent
6e970811d1
commit
22dbda9a8e
@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
|
|||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|
||||||
opacity = 1
|
opacity = 0.93
|
||||||
padding.x = 10
|
padding.x = 10
|
||||||
# padding.y = 10
|
# padding.y = 10
|
||||||
decorations = "Full"
|
decorations = "Full"
|
||||||
|
@ -197,3 +197,5 @@
|
|||||||
|
|
||||||
;; Bind the custom function to <tab> in Evil's insert state
|
;; Bind the custom function to <tab> in Evil's insert state
|
||||||
(evil-define-key 'insert 'global (kbd "<tab>") 'my/copilot-tab-or-default))
|
(evil-define-key 'insert 'global (kbd "<tab>") 'my/copilot-tab-or-default))
|
||||||
|
|
||||||
|
;; (add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
;;swift ; who asked for emoji variables?
|
;;swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
(web +lsp +tree-sitter +prettier) ; the tubes
|
(web +lsp +tree-sitter +prettier) ; the tubes
|
||||||
;;yaml ; JSON, but readable
|
(yaml +tree-sitter) ; JSON, but readable
|
||||||
;;zig ; C, but simpler
|
;;zig ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
|
@ -28,7 +28,7 @@ if status is-interactive
|
|||||||
alias cop="wl-copy"
|
alias cop="wl-copy"
|
||||||
alias poweroff="systemctl poweroff"
|
alias poweroff="systemctl poweroff"
|
||||||
alias cat="bat"
|
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 emackie="emacsclient --socket-name=/run/user/$(id -u)/emacs/server -nw"
|
||||||
|
|
||||||
alias protontricks='flatpak run com.github.Matoking.protontricks'
|
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"
|
alias generate_token="curl -u jabuxas https://paste.jabuxas.com | wl-copy"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function heaven
|
||||||
|
AUTH_KEY=(cat ~/.key) AUTH_PARAM='X-Auth' PASTEBIN_URL='https://paste.jabuxas.com' revelation
|
||||||
|
end
|
||||||
|
|
||||||
function pst
|
function pst
|
||||||
set -l file
|
set -l file
|
||||||
set -l use_ansifilter false
|
set -l use_ansifilter false
|
||||||
|
@ -20,12 +20,13 @@ layer = top
|
|||||||
exit-on-keyboard-focus-loss = yes
|
exit-on-keyboard-focus-loss = yes
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background=0a0c10ff
|
background=141b1eff
|
||||||
text=f0f3f6ff
|
text=dadadaff
|
||||||
match=ffb1afff
|
match=b3b9b8ff
|
||||||
selection=cb9effff
|
selection-match=dadadaff
|
||||||
selection-text=1a1b26ff
|
selection=e57474ff
|
||||||
border=cb9effff
|
selection-text=242b2eff
|
||||||
|
border=e57474ff
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
width=2
|
width=2
|
||||||
|
@ -11,7 +11,7 @@ echo -e "[Default]\nsave_dir=$save_dir\nsave_filename_format=$save_file" > $swpy
|
|||||||
|
|
||||||
upload ()
|
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
|
function print_error
|
||||||
|
@ -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+Shift+d exec flatpak run de.shorsh.discord-screenaudio
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Control+e exec $term -e emacsclient --socket-name=/run/user/1000/emacs/server -nw
|
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+c kill
|
||||||
bindsym $mod+Shift+Return exec $menu
|
bindsym $mod+Shift+Return exec $menu
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
output {
|
output {
|
||||||
HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on
|
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
|
DP-3 disable pos 0 -1080
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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="org.prismlauncher.PrismLauncher"] move to workspace 7
|
||||||
for_window [app_id="teams-for-linux"] move to workspace 8
|
for_window [app_id="teams-for-linux"] move to workspace 8
|
||||||
for_window [app_id="WebCord"] move to workspace 6
|
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
|
for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable
|
||||||
|
|
||||||
# xwayland
|
# xwayland
|
||||||
|
@ -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
|
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||||
|
|
||||||
set -ga update-environment 'KITTY_LISTEN_ON'
|
set -ga update-environment 'KITTY_LISTEN_ON'
|
||||||
|
set -ga update-environment TERM
|
||||||
|
set -ga update-environment TERM_PROGRAM
|
||||||
set -gq allow-passthrough on
|
set -gq allow-passthrough on
|
||||||
|
|
||||||
unbind -T copy-mode-vi MouseDragEnd1Pane
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
|
Loading…
Reference in New Issue
Block a user