mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Compare commits
4 Commits
e3d140ebb4
...
a91b34cb7f
Author | SHA1 | Date | |
---|---|---|---|
a91b34cb7f | |||
148a34d04f | |||
6d04a084cc | |||
f5fc6c2a0e |
1
.zshrc
1
.zshrc
@ -28,6 +28,7 @@ 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
|
||||
|
||||
|
@ -13,11 +13,14 @@ 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
|
||||
|
@ -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
|
||||
exec --no-startup-id nextcloud --background
|
||||
|
||||
bindsym $mod+n exec nautilus
|
||||
bindsym $mod+m exec nautilus ~/Videos
|
||||
|
@ -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 dragonframe ~/.config/scripts/installers/dragonframe-install.sh &
|
||||
updateProgram /opt/dragonframe5/bin/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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user