dgy
/
hexagons
Archived
1
0
Fork 0

Cambios Y Mejoras

Hay varios ajustes al setup de multimonitor en bspwmrc bspmonis
y el servicio de wallpapers.

Modificaciones de nvim para prosa y un par de cambios medio cosmeticos.

Todo lo demas son los retoques de siempre: sacar algo viejo, agregar
algo nuevo, cambiar un color o algo asi.
This commit is contained in:
deadguy 2021-01-14 11:50:20 -03:00
parent fecbfe74f8
commit bde35e4033
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
26 changed files with 87 additions and 71 deletions

View File

@ -51,7 +51,7 @@ colors:
# Normal colors # Normal colors
normal: normal:
black: '#2c2c2c' black: '#2e2e2e'
red: '#ef2f27' red: '#ef2f27'
green: '#519f50' green: '#519f50'
yellow: '#faa030' yellow: '#faa030'
@ -63,7 +63,7 @@ colors:
# Bright colors # Bright colors
bright: bright:
black: '#666666' black: '#666666'
red: '#f75341' red: '#eb6655'
green: '#98bc37' green: '#98bc37'
yellow: '#ffe64d' yellow: '#ffe64d'
blue: '#008bbd' blue: '#008bbd'
@ -71,8 +71,6 @@ colors:
cyan: '#6fc3df' cyan: '#6fc3df'
white: '#fcfcfc' white: '#fcfcfc'
background_opacity: 0.92
selection: selection:
semantic_escape_chars: "" semantic_escape_chars: ""
save_to_clipboard: true save_to_clipboard: true

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
bspmonis & bspmonis &
randbg &
bspc rule -r "*" bspc rule -r "*"
@ -18,8 +17,6 @@ bspc config gapless_monocle true
bspc config ignore_ewmh_focus true bspc config ignore_ewmh_focus true
bspc config pointer_follows_focus true bspc config pointer_follows_focus true
bspc config removal_adjustment true bspc config removal_adjustment true
bspc config single_monocle false
bspc config borderless_monocle false
bspc config remove_unplugged_monitors false bspc config remove_unplugged_monitors false
bspc config remove_disabled_monitors false bspc config remove_disabled_monitors false
bspc config honor_size_hints false bspc config honor_size_hints false
@ -52,6 +49,5 @@ bspc rule -a Firefox state=floating
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a gzdoom state=fullscreen bspc rule -a gzdoom state=fullscreen
xcompmgr &
unclutter --jitter 30 --timeout 3 --ignore-scrolling & unclutter --jitter 30 --timeout 3 --ignore-scrolling &
$TERMINAL & $TERMINAL &

View File

@ -26,7 +26,7 @@
title = Dunst # Define window title title = Dunst # Define window title
class = Dunst # Define window class class = Dunst # Define window class
shrink = yes # Shrink window, or set to 0 shrink = yes # Shrink window, or set to 0
idle_threshold = 120 # Keep messages for how long idle_threshold = 120 # Keep messages for how long
follow = mouse # Where to display notifications follow = mouse # Where to display notifications
stack_duplicates = true # Merge multiple similar notifications stack_duplicates = true # Merge multiple similar notifications
@ -59,7 +59,7 @@
dmenu = /usr/bin/dmenu -p dunst: dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab browser = /usr/bin/firefox -new-tab
icon_position = right # Align icons left/right/off icon_position = right # Align icons left/right/off
max_icon_size = 52 max_icon_size = 24
# Paths to default icons. # Paths to default icons.
icon_path = /home/deadguy/.local/share/icons/Haiku/scalable/actions:/home/deadguy/.local/share/icons/Haiku/scalable/animations:/home/deadguy/.local/share/icons/Haiku/scalable/apps:/home/deadguy/.local/share/icons/Haiku/scalable/categories:/home/deadguy/.local/share/icons/Haiku/scalable/devices:/home/deadguy/.local/share/icons/Haiku/scalable/emblems:/home/deadguy/.local/share/icons/Haiku/scalable/emotes:/home/deadguy/.local/share/icons/Haiku/scalable/mimetypes:/home/deadguy/.local/share/icons/Haiku/scalable/places:/home/deadguy/.local/share/icons/Haiku/scalable/status:/home/deadguy/.local/share/icons/Haiku/scalable/stock icon_path = /home/deadguy/.local/share/icons/Haiku/scalable/actions:/home/deadguy/.local/share/icons/Haiku/scalable/animations:/home/deadguy/.local/share/icons/Haiku/scalable/apps:/home/deadguy/.local/share/icons/Haiku/scalable/categories:/home/deadguy/.local/share/icons/Haiku/scalable/devices:/home/deadguy/.local/share/icons/Haiku/scalable/emblems:/home/deadguy/.local/share/icons/Haiku/scalable/emotes:/home/deadguy/.local/share/icons/Haiku/scalable/mimetypes:/home/deadguy/.local/share/icons/Haiku/scalable/places:/home/deadguy/.local/share/icons/Haiku/scalable/status:/home/deadguy/.local/share/icons/Haiku/scalable/stock

View File

@ -1,9 +1,10 @@
# Beware! This file is rewritten by htop when settings are changed in the interface. # Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly. # The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1 fields=0 48 47 46 2 17 49 18 38 1
sort_key=38 sort_key=38
sort_direction=1 sort_direction=1
hide_threads=1 tree_sort_key=47
tree_sort_direction=1
hide_kernel_threads=0 hide_kernel_threads=0
hide_userland_threads=0 hide_userland_threads=0
shadow_other_users=0 shadow_other_users=0
@ -12,15 +13,24 @@ show_program_path=1
highlight_base_name=1 highlight_base_name=1
highlight_megabytes=1 highlight_megabytes=1
highlight_threads=1 highlight_threads=1
highlight_changes=1
highlight_changes_delay_secs=5
find_comm_in_cmdline=1
strip_exe_from_cmdline=1
show_merged_command=0
tree_view=1 tree_view=1
tree_view_always_by_pid=0
header_margin=1 header_margin=1
detailed_cpu_time=1 detailed_cpu_time=1
cpu_count_from_zero=0 cpu_count_from_one=1
update_process_names=0 show_cpu_usage=1
show_cpu_frequency=0
update_process_names=1
account_guest_in_cpu_meter=0 account_guest_in_cpu_meter=0
color_scheme=0 color_scheme=0
enable_mouse=0
delay=15 delay=15
left_meters=AllCPUs left_meters=AllCPUs
left_meter_modes=1 left_meter_modes=1
right_meters=Tasks Memory LoadAverage Battery right_meters=Tasks Memory Swap CPU
right_meter_modes=2 2 2 2 right_meter_modes=2 2 2 1

View File

@ -6,6 +6,7 @@ source neomuttrc.d/powerline.neomuttrc
unset help unset help
set mailcap_path = ~/.config/neomutt/mailcap set mailcap_path = ~/.config/neomutt/mailcap
set mime_type_query_command = "file --mime-type -b %s"
set sort = threads set sort = threads
set sort_aux = reverse-last-date-received set sort_aux = reverse-last-date-received
set strict_threads set strict_threads

View File

@ -13,9 +13,9 @@ set vfolder_format = " %N %?n?%3n& ? %8m  · %f"
set attach_format = "%u%D  %T%-75.75d %?T?%& ? %5s · %m/%M" set attach_format = "%u%D  %T%-75.75d %?T?%& ? %5s · %m/%M"
# no addressed to me, to me, group, cc, sent by me, mailing list # no addressed to me, to me, group, cc, sent by me, mailing list
set to_chars="" set to_chars=""
# unchanged mailbox, changed, read only, attach mode # unchanged mailbox, changed, read only, attach mode
set status_chars = " " set status_chars = " "
ifdef crypt_chars set crypt_chars = " " ifdef crypt_chars set crypt_chars = " "
set flag_chars = " " set flag_chars = " "

View File

@ -1,2 +0,0 @@
let b:ale_linters = ['stylelint']
let b:ale_fixers = ['stylelint']

View File

@ -1,2 +0,0 @@
" let b:ale_linters = ['tidy']
" let b:ale_fixers = ['prettier']

View File

@ -1,12 +1,11 @@
setlocal nonumber norelativenumber laststatus=0 showmode setlocal nonumber norelativenumber laststatus=0 showmode
setlocal signcolumn=no textwidth=80 wrap sw=2 setlocal signcolumn=no textwidth=80 wrap sw=2
setlocal tabstop=2 expandtab softtabstop=2 linebreak setlocal tabstop=2 noexpandtab softtabstop=0 linebreak
setlocal autoindent ruler colorcolumn=80 setlocal autoindent ruler colorcolumn=80
setlocal spell spelllang=es,en_us,cjk setlocal spell spelllang=es,en_us,cjk
setlocal formatoptions& setlocal formatoptions&
setlocal formatoptions+=tqn setlocal formatoptions+=tqnw
setlocal formatlistpat=^\\s*\\(\\d\\+\\\|[a-z]\\)[\\].)]\\s* setlocal formatlistpat=^\\s*\\(\\d\\+\\\|[a-z]\\)[\\].)]\\s*
set complete+=kspell
" Spellcheck " Spellcheck
nnoremap <buffer> <silent> <F7> [s nnoremap <buffer> <silent> <F7> [s

View File

@ -1,2 +1,2 @@
setlocal spell spelllang=es_AR,en_us setlocal spell spelllang=es,en_us
inoremap <buffer> <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u inoremap <buffer> <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u

View File

@ -1 +1 @@
let b:ale_linters = ['vint'] " let b:ale_linters = ['vint']

View File

@ -1,2 +1 @@
setlocal shiftwidth=2 setlocal shiftwidth=2

View File

@ -54,6 +54,8 @@ else
inoremap <silent> <expr> <C-Space> (pumvisible() ? (col('.') > 1 ? '<Esc>i<Right>' : '<Esc>i') : '') . inoremap <silent> <expr> <C-Space> (pumvisible() ? (col('.') > 1 ? '<Esc>i<Right>' : '<Esc>i') : '') .
\ '<C-x><C-o><C-r>=pumvisible() ? "\<lt>C-n>\<lt>C-p>\<lt>Down>" : ""<CR>' \ '<C-x><C-o><C-r>=pumvisible() ? "\<lt>C-n>\<lt>C-p>\<lt>Down>" : ""<CR>'
" open user completion menu closing previous if open and opening new menu without changing the text " open user completion menu closing previous if open and opening new menu without changing the text
inoremap <silent> <expr> <S-Space> (pumvisible() ? (col('.') > 1 ? '<Esc>i<Right>' : '<Esc>i') : '') . inoremap <silent> <expr> <M-Space> (pumvisible() ? (col('.') > 1 ? '<Esc>i<Right>' : '<Esc>i') : '') .
\ '<C-x><C-u><C-r>=pumvisible() ? "\<lt>C-n>\<lt>C-p>\<lt>Down>" : ""<CR>' \ '<C-x><C-u><C-r>=pumvisible() ? "\<lt>C-n>\<lt>C-p>\<lt>Down>" : ""<CR>'
packadd AutoComplPop
endif endif

View File

@ -6,6 +6,7 @@ function! dead#colores#MyHighlights() abort
endfunction endfunction
function! dead#colores#Maquillaje() abort function! dead#colores#Maquillaje() abort
highlight! Normal guibg=NONE
highlight! VertSplit ctermbg=NONE ctermfg=0 cterm=NONE guibg=NONE guifg=#080808 gui=NONE highlight! VertSplit ctermbg=NONE ctermfg=0 cterm=NONE guibg=NONE guifg=#080808 gui=NONE
highlight! TabLineFill ctermbg=NONE ctermfg=NONE cterm=NONE guibg=NONE guifg=#ef2f27 gui=NONE highlight! TabLineFill ctermbg=NONE ctermfg=NONE cterm=NONE guibg=NONE guifg=#ef2f27 gui=NONE
highlight! TablineSel ctermbg=NONE ctermfg=234 guibg=NONE guifg=#008bbd highlight! TablineSel ctermbg=NONE ctermfg=234 guibg=NONE guifg=#008bbd
@ -18,6 +19,11 @@ function! dead#colores#Maquillaje() abort
highlight! DiffAdded guifg=#333333 highlight! DiffAdded guifg=#333333
highlight! PmenuThumb guifg=#333333 highlight! PmenuThumb guifg=#333333
highlight! SpellBad ctermfg=203 cterm=underline guifg=#ff5f5f
highlight! link SpellLocal SpellBad
highlight! link SpellRare SpellBad
highlight! link SpellCap SpellBad
highlight! link Folded Comment highlight! link Folded Comment
highlight! link NonText VertSplit highlight! link NonText VertSplit

View File

@ -1,24 +1,23 @@
function! dead#functions#PopOutOfInsertMode() abort function! dead#functions#PopOutOfInsertMode() abort
if v:insertmode if v:insertmode
call feedkeys("\<C-\>\<C-n>") call feedkeys("\<C-\>\<C-n>")
endif endif
endfunction endfunction
function! dead#functions#Relativize(v) abort function! dead#functions#Relativize(v) abort
if &number if &number
let &relativenumber = a:v let &cursorline = a:v
let &cursorline = a:v endif
endif
endfunction endfunction
function! dead#functions#JumpToNextHeading(direction, count) function! dead#functions#JumpToNextHeading(direction, count)
let col = col(".") let col = col(".")
silent execute a:direction == "up" ? '?^#' : '/^#' silent execute a:direction == "up" ? '?^#' : '/^#'
if a:count > 1 if a:count > 1
silent execute "normal! " . repeat("n", a:direction == "up" && col != 1 ? a:count : a:count - 1) silent execute "normal! " . repeat("n", a:direction == "up" && col != 1 ? a:count : a:count - 1)
endif endif
silent execute "normal! " . col . "|" silent execute "normal! " . col . "|"
unlet col unlet col
endfunction endfunction
function! dead#functions#NewMail() function! dead#functions#NewMail()

View File

@ -78,7 +78,7 @@ function! dead#statusline#LinterStatus() abort
let l:all_errors = l:counts.error + l:counts.style_error let l:all_errors = l:counts.error + l:counts.style_error
let l:all_non_errors = l:counts.total - l:all_errors let l:all_non_errors = l:counts.total - l:all_errors
return l:counts.total == 0 ? '' : printf( return l:counts.total == 0 ? '' : printf(
\ ' :%d :%d', \ ' :%d :%d',
\ l:all_non_errors, \ l:all_non_errors,
\ l:all_errors \ l:all_errors
\) \)

View File

@ -1,5 +1,6 @@
let g:netrw_dirhistmax=0 let g:netrw_dirhistmax=0
let g:netrw_banner = 0 let g:netrw_banner = 0
let g:netrw_liststyle= 3
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } } let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }

View File

@ -5,9 +5,16 @@
inoremap <c-u> <c-g>u<c-u> inoremap <c-u> <c-g>u<c-u>
inoremap <c-w> <c-g>u<c-w> inoremap <c-w> <c-g>u<c-w>
" Better nav for omnicomplete " Navigate the complete menu items like CTRL+n / CTRL+p would.
inoremap <expr> <c-j> ("\<C-n>") inoremap <expr> <Down> pumvisible() ? "<C-n>" :"<Down>"
inoremap <expr> <c-k> ("\<C-p>") inoremap <expr> <Up> pumvisible() ? "<C-p>" : "<Up>"
" Select the complete menu item like CTRL+y would.
inoremap <expr> <Right> pumvisible() ? "<C-y>" : "<Right>"
inoremap <expr> <CR> pumvisible() ? "<C-y>" :"<CR>"
" Cancel the complete menu item like CTRL+e would.
inoremap <expr> <Left> pumvisible() ? "<C-e>" : "<Left>"
" Exit insert, dd line, enter insert " Exit insert, dd line, enter insert
inoremap <A-d> <esc>ddi inoremap <A-d> <esc>ddi

View File

@ -34,7 +34,6 @@ set softtabstop=2
set shiftround set shiftround
set linebreak set linebreak
set breakindent set breakindent
set expandtab
set nosmarttab set nosmarttab
set title set title
set redrawtime=500 set redrawtime=500
@ -43,6 +42,7 @@ set nowritebackup
set undofile set undofile
set undolevels=1000 set undolevels=1000
set undoreload=10000 set undoreload=10000
set complete+=kspell
set completeopt=menu,menuone,noinsert,noselect set completeopt=menu,menuone,noinsert,noselect
set listchars+=precedes:<,extends:> set listchars+=precedes:<,extends:>
set diffopt+=algorithm:histogram,indent-heuristic set diffopt+=algorithm:histogram,indent-heuristic

View File

@ -95,11 +95,12 @@ bind-key Tab choose-window
bind-key Enter new-window bind-key Enter new-window
bind-key Space last-window bind-key Space last-window
bind-key w choose-tree -Zw "swap-window -t '%%'" bind-key w choose-tree -Zw "swap-window -t '%%'"
bind-key p choose-tree -Zw "swap-pane -t '%%'"
bind-key W command-prompt -I "#W" "rename-window '%%'" bind-key W command-prompt -I "#W" "rename-window '%%'"
# Copy/paste. Seleccionar texto con el mouse lo copia automaticamente al clipboard # Copy/paste. Seleccionar texto con el mouse lo copia automaticamente al clipboard
bind-key b list-buffers bind-key b list-buffers
bind-key P choose-buffer bind-key B choose-buffer
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard" bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard"
bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -in -selection clipboard' bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -in -selection clipboard'

View File

@ -12,6 +12,7 @@ alias \
nb='newsboat -q' \ nb='newsboat -q' \
py='python ' \ py='python ' \
ttx='txtnish timeline' \ ttx='txtnish timeline' \
ytv='straw-viewer' \
vdf='nvim -d' \ vdf='nvim -d' \
irc='catgirl' \ irc='catgirl' \
play='mpd && ncmpcpp' \ play='mpd && ncmpcpp' \
@ -53,7 +54,6 @@ alias \
hxa='hx add -v' \ hxa='hx add -v' \
hxu='hx add -vu' \ hxu='hx add -vu' \
hxc='hx commit' \ hxc='hx commit' \
hxp='hx push' \
hxs='hx status' \ hxs='hx status' \
hxl='hx log --stat' \ hxl='hx log --stat' \
hxd='hx rm -r --cached' \ hxd='hx rm -r --cached' \

View File

@ -4,11 +4,26 @@ NUM=$(bspc query -M --names | awk 'END {print NR}')
if [ "$NUM" = 1 ]; then if [ "$NUM" = 1 ]; then
bspc monitor -d 1 2 3 4 5 6 7 8 9 10 bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc config top_padding 0
bspc config bottom_padding 0
bspc config single_monocle true
bspc config borderless_monocle true
bspc rule -a Firefox:Navigator state=tiled desktop='^2' bspc rule -a Firefox:Navigator state=tiled desktop='^2'
hsetroot -solid #080808
elif [ "$NUM" = 2 ]; then elif [ "$NUM" = 2 ]; then
pri=$(bspc query -M --names | awk NR==1) pri=$(bspc query -M --names | awk NR==1)
sec=$(bspc query -M --names | awk NR==2) sec=$(bspc query -M --names | awk NR==2)
bspc monitor "$pri" -d 1 2 3 4 5 bspc monitor "$pri" -d 1 2 3 4 5
bspc monitor "$sec" -d 6 7 8 9 10 bspc monitor "$sec" -d 6 7 8 9 10
bspc config -m "$pri" top_padding 0
bspc config -m "$pri" bottom_padding 0
bspc config -m "$sec" top_padding 3
bspc config -m "$sec" bottom_padding 23
bspc config single_monocle false
bspc config borderless_monocle false
bspc rule -a Firefox:Navigator state=tiled desktop='^6' bspc rule -a Firefox:Navigator state=tiled desktop='^6'
randbg &
fi fi
bspc config left_padding 0
bspc config right_padding 0

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
dunstify -a BSPWM -u low -r 5769 -t 1000 "$(bspc query -D -d --names)" dunstify -a BSPWM -u low -r 5769 -t 1000 -i "/home/deadguy/.local/share/icons/Haiku/scalable/devices/video-display.svg" "$(bspc query -D -d --names)"

View File

@ -1,3 +1,5 @@
#!/bin/sh #!/bin/sh
exec snooze -H \* -s 1h -t ./timefile sh -c 'randbg ; touch ./timefile' conectados=$(xrandr | awk '( $2 == "connected" ) { count++ } END { print count }')
[ "$conectados" = 2 ] && exec snooze -H \* -s 1h -t ./timefile sh -c 'randbg ; touch ./timefile' || exit

View File

@ -33,19 +33,15 @@ eval $(keychain --dir ~/.local/share/keychain --quiet --eval --noask --agents ss
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config" export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config"
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export WEECHAT_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/weechat"
export NPM_CONFIG_USERCONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/npm/npmrc" export NPM_CONFIG_USERCONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/npm/npmrc"
export NODE_REPL_HISTORY="${XDG_DATA_HOME:-$HOME/.local/share}/node_repl_history" export NODE_REPL_HISTORY="${XDG_DATA_HOME:-$HOME/.local/share}/node_repl_history"
export RANDFILE="${XDG_DATA_HOME:-$HOME/.local/share}/rnd" export RANDFILE="${XDG_DATA_HOME:-$HOME/.local/share}/rnd"
export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go" export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go"
export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg"
export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/bash/history"
export HIGHLIGHT_OPTIONS='--out-format="ansi" --style="pablo"' export HIGHLIGHT_OPTIONS='--out-format="ansi" --style="pablo"'
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0" export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
export QT_QPA_PLATFORMTHEME="gtk3" export QT_QPA_PLATFORMTHEME="gtk3"
export LYNX_LSS="${XDG_CONFIG_HOME:-$HOME/.config}/lynx.lss" export LYNX_LSS="${XDG_CONFIG_HOME:-$HOME/.config}/lynx.lss"
export ELINKS_CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}/elinks" export ELINKS_CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}/elinks"
export NNTPSERVER="news.tilde.club"
_JAVA_OPTIONS="-Djava.util.prefs.userRoot=${XDG_DATA_HOME:-$HOME/.local/share}/java " _JAVA_OPTIONS="-Djava.util.prefs.userRoot=${XDG_DATA_HOME:-$HOME/.local/share}/java "
_JAVA_OPTIONS+="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true " _JAVA_OPTIONS+="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true "

View File

@ -5,7 +5,6 @@ alsa-plugins-jack
alsa-plugins-pulseaudio alsa-plugins-pulseaudio
alsa-utils alsa-utils
android-udev-rules android-udev-rules
ansible
atool atool
base-system base-system
bat bat
@ -16,7 +15,6 @@ catgirl
chrony chrony
cpupower cpupower
cryptsetup cryptsetup
ctags
delta delta
delve delve
dfc dfc
@ -30,7 +28,6 @@ ffmpeg
figlet figlet
file-roller file-roller
firefox firefox
fluidsynth
freepats freepats
fzf fzf
gcc gcc
@ -56,7 +53,6 @@ intel-ucode
isync isync
iwd iwd
jack jack
jq
keychain keychain
krita krita
lf lf
@ -75,6 +71,7 @@ mpd
mpv mpv
msmtp msmtp
ncmpcpp ncmpcpp
ncurses-devel
ncurses-term ncurses-term
neomutt neomutt
neovim neovim
@ -87,10 +84,8 @@ notmuch
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
noto-fonts-ttf noto-fonts-ttf
obs
openjdk11 openjdk11
p7zip p7zip
pandoc
pass pass
patch patch
pinentry-gtk pinentry-gtk
@ -101,15 +96,12 @@ powertop
pulseaudio pulseaudio
pulsemixer pulsemixer
python3 python3
python3-ansible-lint
python3-pip python3-pip
python3-tkinter python3-urwid
qjackctl qjackctl
ripgrep ripgrep
rkhunter rkhunter
rofi rofi
rpi-imager
sc3-plugins
setxkbmap setxkbmap
shellcheck shellcheck
shfmt shfmt
@ -117,27 +109,23 @@ simple-mtpfs
slrn slrn
snooze snooze
socklog-void socklog-void
straw-viewer
sxhkd sxhkd
sxiv sxiv
texlive-bin texlive-bin
thermald thermald
timidity
tmux tmux
toilet toilet
transmission transmission
tremc tremc
udevil udevil
udisks2
unclutter-xfixes unclutter-xfixes
unrar unrar
unzip unzip
void-repo-nonfree void-repo-nonfree
vsv vsv
weechat
weechat-python
xbacklight xbacklight
xclip xclip
xcompmgr
xdg-utils xdg-utils
xdo xdo
xev xev