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"])