fixed flameshot, removed old configs, some other small tweaks

This commit is contained in:
2025-09-10 10:38:02 +02:00
parent 889f06070a
commit d83c845b85
15 changed files with 17 additions and 66 deletions

View File

@@ -2,3 +2,4 @@
alias dock='bash ~/dotfiles/computers/archfw/displaySwitch.sh docked'
alias undock='bash ~/dotfiles/computers/archfw/displaySwitch.sh undocked'
alias displaySwitch='bash ~/dotfiles/computers/archfw/displaySwitch.sh'
alias deps='docker-compose -f /home/mastermindzh/code/tfx-workspace/docker-compose.yml up -d'