diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-08-18 19:19:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-08-18 19:19:13 +0530 |
| commit | 6849b46055a1aa8af9150cdea887e7e703811930 (patch) | |
| tree | 8265a76cc7210c6abdd9e83041c52728fcd60a86 /config | |
| parent | 27622b0928dc9278ce84ebe28b3ff06827528012 (diff) | |
| download | nixos-config-6849b46055a1aa8af9150cdea887e7e703811930.tar.gz nixos-config-6849b46055a1aa8af9150cdea887e7e703811930.zip | |
Config sync
Diffstat (limited to 'config')
| m--------- | config/nvim | 0 | ||||
| -rwxr-xr-x | config/qutebrowser/userscripts/dl_music | 2 | ||||
| -rwxr-xr-x | config/xorg/init.sh | 2 | ||||
| -rw-r--r-- | config/zsh/zshrc | 6 |
4 files changed, 6 insertions, 4 deletions
diff --git a/config/nvim b/config/nvim -Subproject 01ae9b6e7d4d639f61dba51f5dc30ad934f8103 +Subproject 4b76b122b800d027bf63e6a67664e27de057612 diff --git a/config/qutebrowser/userscripts/dl_music b/config/qutebrowser/userscripts/dl_music index 39e6ac0..31694f1 100755 --- a/config/qutebrowser/userscripts/dl_music +++ b/config/qutebrowser/userscripts/dl_music @@ -4,7 +4,7 @@ cd ~/Downloads/music/untagged; ~/scripts/notify.sh "Downloading audio in the background..."; -youtube-dl \ +yt-dlp \ --add-metadata \ --ignore-errors \ --output '%(title)s.%(ext)s' \ diff --git a/config/xorg/init.sh b/config/xorg/init.sh index 854712b..d3a2473 100755 --- a/config/xorg/init.sh +++ b/config/xorg/init.sh @@ -21,3 +21,5 @@ xset r rate 350 30; amixer set Capture nocap; amixer set Master off; +dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY || true; + diff --git a/config/zsh/zshrc b/config/zsh/zshrc index cc97978..6522186 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -17,9 +17,6 @@ setopt share_history # share command history data export ZSH_CUSTOM_CONF_FILES="$HOME/.config/zsh"; -# FZF integration -source <(fzf --zsh); - for f in $ZSH_CUSTOM_CONF_FILES/*.zsh; do source $f; done; source $ZSH_CUSTOM_CONF_FILES/aliases.zsh; @@ -28,6 +25,9 @@ if [[ "$DIRENV_DISABLE_HOOK" != "1" ]]; then eval "$(direnv hook zsh)" fi; +# FZF integration +source <(fzf --zsh); + # Plugins # source ~/.config/zshplugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh; |
