diff --git a/config/sway/modules/binds b/config/sway/modules/binds index 2bb45c094..0fe51bcc3 100644 --- a/config/sway/modules/binds +++ b/config/sway/modules/binds @@ -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 diff --git a/config/sway/wallpaper/background.jpg b/config/sway/wallpaper/background.jpg deleted file mode 100644 index 42e2c11f8..000000000 Binary files a/config/sway/wallpaper/background.jpg and /dev/null differ diff --git a/config/sway/wallpaper/background.png b/config/sway/wallpaper/background.png new file mode 100644 index 000000000..227045615 Binary files /dev/null and b/config/sway/wallpaper/background.png differ diff --git a/config/sway/wallpaper/locked.jpg b/config/sway/wallpaper/locked.jpg deleted file mode 100644 index 42e2c11f8..000000000 Binary files a/config/sway/wallpaper/locked.jpg and /dev/null differ diff --git a/config/sway/wallpaper/locked.png b/config/sway/wallpaper/locked.png new file mode 100644 index 000000000..227045615 Binary files /dev/null and b/config/sway/wallpaper/locked.png differ diff --git a/home/.bashrc b/home/.bashrc index 30072ca77..c910f9478 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -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" \