Switch from firefox-nightly to stable

This commit is contained in:
Marko Korhonen 2022-03-05 08:38:19 +02:00
parent 4d9947dfa1
commit 4e5aebdcef
3 changed files with 6 additions and 11 deletions

View file

@ -2,6 +2,7 @@
set $mod Mod4 set $mod Mod4
set $term footclient set $term footclient
set $browser firefox
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
set $wallpaper ~/Pictures/Wallpapers/random/$(ls ~/Pictures/Wallpapers/random | sort -R | tail -n 1) set $wallpaper ~/Pictures/Wallpapers/random/$(ls ~/Pictures/Wallpapers/random | sort -R | tail -n 1)
set $scripts ~/.config/sway/scripts set $scripts ~/.config/sway/scripts

View file

@ -139,7 +139,7 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# start browser # start browser
bindsym $mod+b exec firefox-nightly bindsym $mod+b exec $browser
# media keys # media keys
bindsym --locked XF86AudioRaiseVolume exec pamixer -ui 1 && pamixer --get-volume > $SWAYSOCK.wob bindsym --locked XF86AudioRaiseVolume exec pamixer -ui 1 && pamixer --get-volume > $SWAYSOCK.wob

View file

@ -137,22 +137,19 @@ passync() { pass git pull && pass git push && updatesecrets }
update() { update() {
all() { all() {
paru
plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
paru -Pw
repo repo
docker-update docker-update
docker system prune --volumes docker system prune --volumes
{%@@ else @@%}
paru
{%@@ endif @@%} {%@@ endif @@%}
plugins
} }
repo() { repo() {
aur sync -Su --margs --noconfirm aur sync -Su --margs --noconfirm
update-firefox
}
update-firefox() {
aur sync -S --rebuild firefox-nightly --margs --noconfirm
} }
plugins() { plugins() {
@ -188,9 +185,6 @@ update() {
repo) repo)
repo repo
;; ;;
firefox)
firefox
;;
*) *)
paru paru
;; ;;