remove vesktop
This commit is contained in:
parent
98b65efabd
commit
09af58f583
4 changed files with 1 additions and 20 deletions
|
@ -7,7 +7,6 @@ My dotfiles for:
|
|||
- kitty
|
||||
- nvim
|
||||
- gpg
|
||||
- Vencord Desktop (Vesktop)
|
||||
- ~~sway~~ [SwayFX](https://github.com/WillPower3309/swayfx)
|
||||
- VS Code
|
||||
- Claws Mail
|
||||
|
|
10
backup.sh
10
backup.sh
|
@ -26,16 +26,6 @@ mkdir $GIT_DIR/gnupg
|
|||
cp $HOME/.gnupg/gpg.conf $GIT_DIR/gnupg/
|
||||
cp $HOME/.gnupg/gpg-agent.conf $GIT_DIR/gnupg/
|
||||
|
||||
# Vesktop
|
||||
rm -rf $GIT_DIR/vesktop
|
||||
cp -r $HOME/.config/vesktop/ $GIT_DIR
|
||||
rm -rf $GIT_DIR/vesktop/sessionData
|
||||
rm -rf $GIT_DIR/vesktop/Crashpad
|
||||
rm -rf $GIT_DIR/vesktop/vencordDist
|
||||
rm -f $GIT_DIR/vesktop/Singleton*
|
||||
rm -f $GIT_DIR/vesktop/state.json
|
||||
rm -f $GIT_DIR/vesktop/.updaterId
|
||||
|
||||
# VS code
|
||||
rm -rf $GIT_DIR/vscode
|
||||
mkdir $GIT_DIR/vscode
|
||||
|
|
|
@ -66,10 +66,9 @@ if [ $(tty) = /dev/tty1 ]
|
|||
sway
|
||||
end
|
||||
|
||||
# run code and vesktop in wayland natively
|
||||
# run code in wayland natively
|
||||
# TODO: just add it to the args file instead(?)
|
||||
alias code="code --ozone-platform=wayland"
|
||||
alias vesktop="vesktop --ozone-platform=wayland"
|
||||
|
||||
function dwarfs-overlay -a dwarfs_image
|
||||
set working_dir $(dirname $dwarfs_image)
|
||||
|
|
|
@ -31,10 +31,6 @@ rm -f $HOME/.gnupg/gpg.conf
|
|||
mkdir $HOME/.gnupg
|
||||
cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
|
||||
|
||||
# vesktop
|
||||
mkdir $HOME/.config/vesktop
|
||||
cp -r $GIT_DIR/vesktop/* $HOME/.config/vesktop/
|
||||
|
||||
# i3
|
||||
rm -rf $HOME/.config/i3
|
||||
cp -r $GIT_DIR/i3 $HOME/.config/
|
||||
|
@ -131,9 +127,6 @@ fi
|
|||
# VS code: run in wayland natively
|
||||
sudo sed '/^Exec=\/usr\/share\/code\/code\( --new-window\)\? %F$/ s/$/ --ozone-platform=wayland/' -i /usr/share/applications/code.desktop
|
||||
|
||||
# Vesktop: run in wayland natively
|
||||
sudo sed '/^Exec=\/opt\/Vesktop\/vesktop %U$/ s/$/ --ozone-platform=wayland/' -i /usr/share/applications/vesktop.desktop
|
||||
|
||||
# default applications
|
||||
xdg-settings set default-web-browser librewolf.desktop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue