From 9404c1a52221e34f8d30692ac92899579817907b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 15 Aug 2024 21:02:14 +0200 Subject: [PATCH] remove .profile it's in ~/.config/fish/ --- .profile | 15 --------------- goog | 1 - 2 files changed, 16 deletions(-) delete mode 100755 .profile diff --git a/.profile b/.profile deleted file mode 100755 index a49ab5e..0000000 --- a/.profile +++ /dev/null @@ -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 diff --git a/goog b/goog index 6cf5739..3a0f602 100755 --- a/goog +++ b/goog @@ -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"])