Improve configs

This commit is contained in:
Tobias Reisinger 2024-08-24 13:39:59 +02:00
parent cb3ea5254e
commit 2fbed7c001
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[hosts.portalo] [hosts.portalo]
groups = ['common', 'wayland', 'chat', 'messenger', 'sway'] groups = ['common', 'wayland', 'chat', 'messenger', 'hyprland']
[apps.autotiling] [apps.autotiling]
command = 'autotiling' command = 'autotiling'

View file

@ -54,6 +54,7 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc"
export QT_QPA_PLATFORMTHEME="qt5ct" export QT_QPA_PLATFORMTHEME="qt5ct"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true export PASSWORD_STORE_ENABLE_EXTENSIONS=true
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history" export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
export PYTHON_HISTORY="$XDG_STATE_HOME/python_history" export PYTHON_HISTORY="$XDG_STATE_HOME/python_history"

View file

@ -52,7 +52,7 @@ decoration {
} }
animations { animations {
enabled = true enabled = false
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more

View file

@ -30,6 +30,7 @@ def init(c):
'ddg': 'https://duckduckgo.com/?q={}', 'ddg': 'https://duckduckgo.com/?q={}',
'kagi': 'https://kagi.com/search?q={}', 'kagi': 'https://kagi.com/search?q={}',
'lh': 'http://localhost:{}/', 'lh': 'http://localhost:{}/',
'12ft': 'http://12ft.io/proxy?q={}/',
} }
c.url.start_pages = [ c.url.start_pages = [
'https://rss.serguzim.me/', 'https://rss.serguzim.me/',

View file

@ -1,7 +1,8 @@
[global] [global]
# Your Spotify account name. # Your Spotify account name.
username = "serguzim" username_cmd = "jq -r .username $HOME/.cache/spotfyd/credentials.json"
password_cmd = "pass spotifyd" password_cmd = "jq -r .auth_data $HOME/.cache/spotfyd/credentials.json"
cache_path = "/home/serguzim/.cache/spotfyd"
use_mpris = true use_mpris = true