diff options
author | awy <awy@awy.one> | 2024-11-28 20:46:21 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-28 20:46:21 +0300 |
commit | 87787c0b7fea0a473559818902905f857f0da625 (patch) | |
tree | 45de8087d72d1d6a7666c58df320f177f38661a3 /.config | |
parent | f0a8c231178ad2c8ae8f01c4f386b3f26cd75a7b (diff) |
upload
Diffstat (limited to '.config')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 6e19541..5a77810 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -18,5 +18,6 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export CARGO_HOME="$XDG_DATA_HOME"/cargo export BEMENU_OPTS='--fb "#2e3440" --ff "#d8dee9" --nb "#2e3440" --nf "#d8dee9" --tb "#2e3440" --hb "#2e3440" --tf "#bf616a" --hf "#ebcb8b" --af "d8dee9" --ab "#2e3440" --fn "monospace 14"' +export QT_QPA_PLATFORMTHEME=gtk2 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s sway >/dev/null 2>&1 && exec dbus-run-session sway --unsupported-gpu |