1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

Minor bash and compton changes

This commit is contained in:
Abhay Rana 2015-07-16 19:20:37 +05:30
parent deec36bb4b
commit 29ac3fc372
2 changed files with 3 additions and 1 deletions

View File

@ -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 lt='ls -ltr' # sort by date, most recent last
alias lu='ls -ltur' # sort by and show access time, most recent last alias lu='ls -ltur' # sort by and show access time, most recent last
alias lx='ls -lXB' # sort by extension alias lx='ls -lXB' # sort by extension
alias sss='sudo systemctl start'
alias ssr='sudo systemctl restart'
#### FASD #### FASD
eval "$(fasd --init auto)" eval "$(fasd --init auto)"

View File

@ -110,7 +110,7 @@ shadow-ignore-shaped = false;
menu-opacity = 1; menu-opacity = 1;
inactive-opacity = 0.7; inactive-opacity = 0.7;
active-opacity = 0.95; active-opacity = 1.0;
frame-opacity = 0.7; frame-opacity = 0.7;
inactive-opacity-override = false; inactive-opacity-override = false;
alpha-step = 0.06; alpha-step = 0.06;