diff --git a/files/bash/.bashrc b/files/bash/.bashrc index ba035eb..d01dfa9 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -259,6 +259,8 @@ alias lt_='ls -alt|head -20' # 20, all, long listing, modification time alias lt='ls -ltr' # sort by date, most recent last alias lu='ls -ltur' # sort by and show access time, most recent last alias lx='ls -lXB' # sort by extension +alias sss='sudo systemctl start' +alias ssr='sudo systemctl restart' #### FASD eval "$(fasd --init auto)" diff --git a/files/i3/.compton.conf b/files/i3/.compton.conf index b0f41d3..1cf3c2a 100644 --- a/files/i3/.compton.conf +++ b/files/i3/.compton.conf @@ -110,7 +110,7 @@ shadow-ignore-shaped = false; menu-opacity = 1; inactive-opacity = 0.7; -active-opacity = 0.95; +active-opacity = 1.0; frame-opacity = 0.7; inactive-opacity-override = false; alpha-step = 0.06;