diff --git a/home/.config/sway/conf.d/01-vars.conf b/home/.config/sway/conf.d/01-vars.conf index 3cad05b..308251a 100644 --- a/home/.config/sway/conf.d/01-vars.conf +++ b/home/.config/sway/conf.d/01-vars.conf @@ -2,6 +2,7 @@ set $mod Mod4 set $term footclient +set $browser firefox set $gnome-schema org.gnome.desktop.interface set $wallpaper ~/Pictures/Wallpapers/random/$(ls ~/Pictures/Wallpapers/random | sort -R | tail -n 1) set $scripts ~/.config/sway/scripts diff --git a/home/.config/sway/conf.d/06-keybinds.conf b/home/.config/sway/conf.d/06-keybinds.conf index 3eed307..6f006bb 100644 --- a/home/.config/sway/conf.d/06-keybinds.conf +++ b/home/.config/sway/conf.d/06-keybinds.conf @@ -139,7 +139,7 @@ mode "resize" { bindsym $mod+r mode "resize" # start browser -bindsym $mod+b exec firefox-nightly +bindsym $mod+b exec $browser # media keys bindsym --locked XF86AudioRaiseVolume exec pamixer -ui 1 && pamixer --get-volume > $SWAYSOCK.wob diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index f9f9e41..f24a6b3 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -137,22 +137,19 @@ passync() { pass git pull && pass git push && updatesecrets } update() { all() { - paru - plugins {%@@ if profile == "Moria" @@%} + paru -Pw repo docker-update docker system prune --volumes + {%@@ else @@%} + paru {%@@ endif @@%} + plugins } repo() { aur sync -Su --margs --noconfirm - update-firefox - } - - update-firefox() { - aur sync -S --rebuild firefox-nightly --margs --noconfirm } plugins() { @@ -188,9 +185,6 @@ update() { repo) repo ;; - firefox) - firefox - ;; *) paru ;;