Updated
This commit is contained in:
parent
2e74370c25
commit
3272634670
6 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@ set $chat flatpak run org.signal.Signal
|
|||
set $office flatpak run org.libreoffice.LibreOffice
|
||||
set $passwords flatpak run com.bitwarden.desktop
|
||||
set $notes flatpak run net.cozic.joplin_desktop
|
||||
set $browser flatpak run org.mozilla.firefox
|
||||
set $vm virt-manager
|
||||
set $browser $BROWSER
|
||||
set $vm flatpak run org.gnome.Boxes
|
||||
set $file foot -T yazi -a yazi yazi
|
||||
set $editor foot -T lunarvim -a lunarvim lvim
|
||||
set $music foot -T musikcube -a musikcube musikcube
|
||||
set $editor $VISUAL
|
||||
set $music foot -T cmus -a cmus cmus
|
||||
set $rss foot -T newsboat -a newsboat newsboat
|
||||
set $ani-cli foot -T ani-cli -a ani-cli ani-cli
|
||||
set $ytfzf foot -T ytfzf -a ytfzf ytfzf -flstT chafa
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 309 KiB |
BIN
config/sway/wallpaper/background.png
Normal file
BIN
config/sway/wallpaper/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
Before Width: | Height: | Size: 309 KiB |
BIN
config/sway/wallpaper/locked.png
Normal file
BIN
config/sway/wallpaper/locked.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
|
@ -126,7 +126,7 @@ fi
|
|||
lt="eza --icons -aT --color=always --group-directories-first" \
|
||||
l.='eza --icons -a | grep -E "^\."'
|
||||
|
||||
# function to detect os and assign aliases to package managers
|
||||
# package management
|
||||
alias \
|
||||
xbu="sudo xbps-install -Su" \
|
||||
xbi="sudo xbps-install -S" \
|
||||
|
|
Loading…
Reference in a new issue