mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-21 14:21:05 +01:00
remove .profile
it's in ~/.config/fish/
This commit is contained in:
parent
1aeb0e55a5
commit
9404c1a522
2 changed files with 0 additions and 16 deletions
15
.profile
15
.profile
|
@ -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
1
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"])
|
||||
|
|
Loading…
Reference in a new issue