remove .profile

it's in ~/.config/fish/
This commit is contained in:
Jozef Steinhübl 2024-08-15 21:02:14 +02:00
parent 1aeb0e55a5
commit 9404c1a522
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
# Start sway if we're on tty1
if [[ "$(tty)" == "/dev/tty1" ]]; then
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json
# Wayland stuff
export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
exec dbus-launch sway --unsupported-gpu "$@"
fi

1
goog
View file

@ -11,7 +11,6 @@ stuff: list[str] = [
*expand("~/.config/{fish,kitty,nvim,pipewire,sway,swaylock,waybar,xdg-desktop-portal,zed}/**"),
"~/.icons/**",
*expand("~/.local/bin/{yarn}"),
"~/.profile",
]
options, _ = getopt(sys.argv[1:], "ds", ["dump", "sync"])