Improve configs
This commit is contained in:
parent
cb3ea5254e
commit
2fbed7c001
5 changed files with 7 additions and 4 deletions
|
@ -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'
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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/',
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue