diff --git a/.config/autostart.toml b/.config/autostart.toml index d28d8aa..830ab1b 100644 --- a/.config/autostart.toml +++ b/.config/autostart.toml @@ -1,5 +1,5 @@ [hosts.portalo] -groups = ['common', 'wayland', 'chat', 'messenger', 'sway'] +groups = ['common', 'wayland', 'chat', 'messenger', 'hyprland'] [apps.autotiling] command = 'autotiling' diff --git a/.config/environment b/.config/environment index a1160dc..5bf62b8 100644 --- a/.config/environment +++ b/.config/environment @@ -54,6 +54,7 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc" export QT_QPA_PLATFORMTHEME="qt5ct" export PASSWORD_STORE_ENABLE_EXTENSIONS=true +export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export PSQL_HISTORY="$XDG_STATE_HOME/psql_history" export PYTHON_HISTORY="$XDG_STATE_HOME/python_history" diff --git a/.config/hypr/vars.conf b/.config/hypr/vars.conf index 26e399c..6ed2543 100644 --- a/.config/hypr/vars.conf +++ b/.config/hypr/vars.conf @@ -52,7 +52,7 @@ decoration { } animations { - enabled = true + enabled = false # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more diff --git a/.config/qutebrowser/common.py b/.config/qutebrowser/common.py index 2357819..9ec9580 100644 --- a/.config/qutebrowser/common.py +++ b/.config/qutebrowser/common.py @@ -30,6 +30,7 @@ def init(c): 'ddg': 'https://duckduckgo.com/?q={}', 'kagi': 'https://kagi.com/search?q={}', 'lh': 'http://localhost:{}/', + '12ft': 'http://12ft.io/proxy?q={}/', } c.url.start_pages = [ 'https://rss.serguzim.me/', diff --git a/.config/spotifyd/spotifyd.conf b/.config/spotifyd/spotifyd.conf index 888443a..e8a04ac 100644 --- a/.config/spotifyd/spotifyd.conf +++ b/.config/spotifyd/spotifyd.conf @@ -1,7 +1,8 @@ [global] # Your Spotify account name. -username = "serguzim" -password_cmd = "pass spotifyd" +username_cmd = "jq -r .username $HOME/.cache/spotfyd/credentials.json" +password_cmd = "jq -r .auth_data $HOME/.cache/spotfyd/credentials.json" +cache_path = "/home/serguzim/.cache/spotfyd" use_mpris = true