Compare commits

..

No commits in common. "a91b34cb7f14dfc2d2a5cb1f51fdbef9e33eb205" and "e3d140ebb4e5a42fddfe5c78b0ec19f2edc019ea" have entirely different histories.

4 changed files with 3 additions and 7 deletions

1
.zshrc
View File

@ -28,7 +28,6 @@ alias s='git status'
alias g='git'
alias p='git pull'
alias gp='git push'
alias gd='git diff $(git rev-parse --abbrev-ref HEAD)'
export TERM=xterm

View File

@ -13,14 +13,11 @@ bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume
bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
bindsym XF86AudioMute exec amixer set Master toggle # toggle sound
# Media controls
# media controls
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
# Lockscreen
bindsym $mod+Escape exec swaylock
# Touchpad Settings
input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
accel_profile flat

View File

@ -202,7 +202,7 @@ exec --no-startup-id dbus-update-activation-environment --all
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets,pkcs11,ssh
# NextCloud sync client
exec --no-startup-id nextcloud --background
exec --no-startup-id nextcloud
bindsym $mod+n exec nautilus
bindsym $mod+m exec nautilus ~/Videos

View File

@ -40,7 +40,7 @@ function manualUpdate {
if command -v dnf &> /dev/null; then
echo Updating manually installed programs...
updateProgram bitwig-studio ~/.config/scripts/installers/bitwig-install.sh &
updateProgram /opt/dragonframe5/bin/Dragonframe ~/.config/scripts/installers/dragonframe-install.sh &
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 &