diff options
author | Joe <rbo@gmx.us> | 2025-04-24 10:14:41 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-04-24 10:14:41 +0200 |
commit | 8fb462ca980c88b16baab4647a5dfcad8e54c7b8 (patch) | |
tree | 954227cae7369413f1bd0fb689519e11d756c5dc /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-8fb462ca980c88b16baab4647a5dfcad8e54c7b8.tar.gz dotfiles-bsd-8fb462ca980c88b16baab4647a5dfcad8e54c7b8.tar.bz2 dotfiles-bsd-8fb462ca980c88b16baab4647a5dfcad8e54c7b8.tar.xz dotfiles-bsd-8fb462ca980c88b16baab4647a5dfcad8e54c7b8.tar.zst dotfiles-bsd-8fb462ca980c88b16baab4647a5dfcad8e54c7b8.zip |
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 0d3a577..2333bf6 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -57,9 +57,9 @@ start_apps() { startif copyq startif nextcloud QT_SCALE_FACTOR=1.35 startif rclone-browser - startif nixGL teams-for-linux + # startif nixGL teams-for-linux startif thunderbird - startif firefox + # startif firefox } export LANG='en_US.UTF-8' |