From 4e8089b8f1b13bbb39d7bc92dd23981a3fb556aa Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 21 Jan 2025 16:35:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-21 16:35:06 --- .bashrc | 4 ++++ .config/sway/start.sh | 2 +- .zshrc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8b137891..cead1cda 100644 --- a/.bashrc +++ b/.bashrc @@ -1 +1,5 @@ + + +# filen-cli +PATH=$PATH:~/.filen-cli/bin diff --git a/.config/sway/start.sh b/.config/sway/start.sh index 50b1ea69..6a947be9 100755 --- a/.config/sway/start.sh +++ b/.config/sway/start.sh @@ -22,5 +22,5 @@ export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=qt5ct export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_AUTO_SCREEN_SCALE_FACTOR=1 -export QT_STYLE_OVERRIDE=kvantum +# export QT_STYLE_OVERRIDE=kvantum exec sway diff --git a/.zshrc b/.zshrc index 706463c8..8727544c 100644 --- a/.zshrc +++ b/.zshrc @@ -125,3 +125,4 @@ export GPG_TTY=$(tty) eval "$(direnv hook zsh)" # colorscript -e 36 source ~/scripts/obsidian-bridge.sh +