From 29ac3fc372dd1cb9a976373111fc4d4d77275c31 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 16 Jul 2015 19:20:37 +0530 Subject: [PATCH] Minor bash and compton changes --- files/bash/.bashrc | 2 ++ files/i3/.compton.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;