all repos — dotfiles @ c664e12e97f2dede737761dd058eb92f1db9af50

my *nix dotfiles

Setup flashfocus

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 12 Jun 2019 10:07:43 +0530
commit

c664e12e97f2dede737761dd058eb92f1db9af50

parent

01f8c9c52ef1c35dfc9b2118f1fae5a0cabf6230

3 files changed, 5 insertions(+), 1 deletions(-)

jump to
M config/compton.confconfig/compton.conf

@@ -167,7 +167,9 @@ # Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.

# This prevents opacity being ignored for some apps. # For example without this enabled my xfce4-notifyd is 100% opacity no matter what. detect-client-opacity = true; - +opacity-rule = [ + "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" +]; # Specify refresh rate of the screen. # If not specified or 0, compton will try detecting this with X RandR extension. refresh-rate = 0;
M i3/configi3/config

@@ -189,6 +189,7 @@ # exec xautolock -time 7 -locker lock &

# exec killall -q xfce4-notifyd exec_always --no-startup-id ~/bin/bar.sh exec feh --bg-fill ~/.wall +exec_always --no-startup-id ~/.local/bin/flashfocus # exec xautolock -time 5 -locker ~/scripts/lock.sh # exec urxvtd & # exec xset -b
M zsh/.zshrczsh/.zshrc

@@ -15,6 +15,7 @@ export GPG_TTY=$(tty)

export INPUTRC=~/.inputrc export PATH=$PATH:$HOME/Leet/Nim/bin export PATH=$PATH:$HOME/.nimble/bin +export PATH=$PATH:$HOME/.local/bin # zsh setup autoload -Uz compinit colors add-zsh-hook history-search-end