diff options
author | awy <awy@awy.one> | 2025-08-18 02:09:55 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-18 02:09:55 +0300 |
commit | b493a3beac5367f70117d8a536cb5fbef88e3190 (patch) | |
tree | fd7679b193b4619daca696175b662b2c606db8dc | |
parent | 68b3d46d851016266a197b15f8a848b285d1be9c (diff) | |
download | hyprdots-b493a3beac5367f70117d8a536cb5fbef88e3190.tar.gz |
GTK_USE_PORTAL=1
-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 f1be951..3493aae 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -107,6 +107,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS" export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" export BAT_THEME="gruvbox-dark" +export GTK_USE_PORTAL=1 [ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 |