This commit is contained in:
tavo 2025-08-04 08:30:26 -06:00
parent 20abab508a
commit 4ae82ecb7a
8 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View file

@ -266,3 +266,4 @@ netsurf/
nvm/ nvm/
pg/ pg/
syncthing/ syncthing/
rclone-browser/

View file

@ -292,9 +292,10 @@ for relpath in s:paths
call s:Curl(url, dest) call s:Curl(url, dest)
endfor endfor
colorscheme gruvbox
" Misc " Misc
let mapleader = "\<Space>" let mapleader = "\<Space>"
colorscheme gruvbox
set background=dark set background=dark
set list set list
set listchars=tab:\|\ ,trail:~,extends:>,precedes:<,nbsp:+ set listchars=tab:\|\ ,trail:~,extends:>,precedes:<,nbsp:+
@ -311,3 +312,4 @@ set hidden
set nowrap set nowrap
set colorcolumn=81 set colorcolumn=81
set path+=** set path+=**
set clipboard=unnamedplus

0
rclone/rclone.conf Normal file
View file

View file

@ -34,4 +34,6 @@ export \
PYTHON_HISTORY="$XDG_CACHE_HOME/python_history" \ PYTHON_HISTORY="$XDG_CACHE_HOME/python_history" \
SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" \ SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" \
PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" \ PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" \
XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share${XDG_DATA_DIRS:+:${XDG_DATA_DIRS}}" XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share${XDG_DATA_DIRS:+:${XDG_DATA_DIRS}}" \
UNISON="$XDG_DATA_HOME"/unison

View file

@ -108,6 +108,7 @@ bindsym $mod+Shift+f floating toggle
# - # -
bindsym $mod+Shift+c exec clipman pick -t wofi -T'--show dmenu -I' bindsym $mod+Shift+c exec clipman pick -t wofi -T'--show dmenu -I'
bindsym $mod+n split horizontal; layout tabbed bindsym $mod+n split horizontal; layout tabbed
bindsym $mod+s sticky toggle
# Layout # Layout
client.focused $col_fg $col_fg $col_bg $col_fg $col_fg client.focused $col_fg $col_fg $col_bg $col_fg $col_fg

1
yazi/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
flavors/

5
yazi/package.toml Normal file
View file

@ -0,0 +1,5 @@
[plugin]
deps = []
[flavor]
deps = [{ use = "bennyyip/gruvbox-dark", rev = "91fdfa7" }]

2
yazi/theme.toml Normal file
View file

@ -0,0 +1,2 @@
[flavor]
dark = "gruvbox-dark"