mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 17:46:59 +00:00
Compare commits
No commits in common. "fba07b4d233283041c4274cacb84923c035a9274" and "cb8044639bda066d40ef7ef8d2272851e20751a6" have entirely different histories.
fba07b4d23
...
cb8044639b
@ -33,9 +33,6 @@ exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.c
|
||||
exec --no-startup-id sh ~/.config/scripts/audio/system-start-audio.sh
|
||||
exec --no-startup-id "workspace $1; exec alacritty"
|
||||
|
||||
# Keyring
|
||||
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||
|
||||
# Open Google Play Music on workspace 10
|
||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
||||
|
||||
|
@ -36,7 +36,7 @@ function checkUptoDate() {
|
||||
|
||||
# Returns installed programs with a given name.
|
||||
function searchProgramInstalled() {
|
||||
dnf list -q | grep $1
|
||||
dnf list | grep $1
|
||||
}
|
||||
|
||||
# Filters string to Semantic Versioning.
|
||||
|
@ -6,7 +6,7 @@
|
||||
function dnfUpdate {
|
||||
if command -v dnf &> /dev/null; then
|
||||
echo Updating DNF...
|
||||
sudo dnf update #--exclude=wine*
|
||||
sudo dnf update
|
||||
fi
|
||||
}
|
||||
|
||||
@ -43,8 +43,8 @@ function manualUpdate {
|
||||
updateProgram dragonframe ~/.config/scripts/installers/dragonframe-install.sh &
|
||||
updateProgram reaper ~/.config/scripts/installers/reaper-install.sh &
|
||||
updateProgram /opt/resolve/bin/resolve ~/.config/scripts/installers/resolve-install.sh &
|
||||
updateProgram /opt/keeweb/keeweb ~/.config/scripts/installers/keeweb-install.sh &
|
||||
updateProgram yabridgectl ~/.config/scripts/installers/yabridge-install.sh &
|
||||
updateProgram /opt/keeweb/keeweb ~/dotfiles/scripts/installers/keeweb-install.sh &
|
||||
updateProgram yabridgectl ~/dotfiles/scripts/installers/yabridge-install.sh &
|
||||
wait
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user