From 9952e0166da648b003e29e56336729857052a27b Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 27 Jul 2020 13:50:00 +0700 Subject: [PATCH] --[ modified: zshrc, musicplayer, etc]------------ - Removed st transparency from picom.conf + Fixed incorrect source path --- .config/picom/picom.conf | 1 - .config/zsh/.zshrc | 2 +- .scripts/musicplayer.sh | 4 +--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 836fd10..32a10fd 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -42,7 +42,6 @@ opacity-rule = [ "99:name *?= 'Call'", "90:class_g *?= 'conky'", "90:class_g *?= 'thunar'", "100:class_g *?= 'Steam'", -"100:class_g *?= 'st' && !_NET_WM_STATE@:32a", "90:class_g *?= 'atom'", "96:class_g *?= 'emacs'", "100:class_g *?= 'polybar' && class_g *?= 'Polybar'", diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 13189ba..fa24670 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -49,7 +49,7 @@ ZSH_PLUGINS="$XDG_DATA_HOME/zsh/plugins" # source $ZSH/oh-my-zsh.sh # emulate -R zsh -c 'source $ZSH_PLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' source $ZSH_PLUGINS/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null -source $ZSH_PLUGINS/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/null +source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/null #source $ZSH_CUSTOM/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null #source $ZSH_CUSTOM/plugins/fsh/fast-syntax-highlighting.plugin.zsh diff --git a/.scripts/musicplayer.sh b/.scripts/musicplayer.sh index 5a47bca..903c0d5 100755 --- a/.scripts/musicplayer.sh +++ b/.scripts/musicplayer.sh @@ -14,7 +14,5 @@ case "$chosen" in cmus) notify-send "Launching..." "cmus" && st -n cmus -e cmus ;; Spotify) notify-send "Launching..." "Spotify" && env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify ;; VLC) notify-send "Launching..." "VLC" && vlc ;; - ncmpcpp) notify-send "Launching..." "$chosen" && st -n ncmpcpp -e ncmpcpp ;; + ncmpcpp) notify-send "Launching..." "$chosen" && st -e ncmpcpp ;; esac - -