1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Several changes

* Changed default terminal
* Modified rofi to launch ssh
* More shortcuts
* Gitlab in emacs
This commit is contained in:
J. Fernando Sánchez
2017-02-13 16:51:53 +01:00
parent 5cd9fdc6a9
commit 5866cb54d0
9 changed files with 98 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ shadow-exclude = [
# Opacity
mark-override-focused = true;
menu-opacity = 0.8;
menu-opacity = 0.9;
inactive-opacity = 0.8;
# active-opacity = 0.8;
frame-opacity = 0.7;
@@ -44,10 +44,10 @@ blur-background-exclude = [
# opacity-rule = [ "80:class_g = 'URxvt'" ];
# Fading
fading = true;
fading = false;
# fade-delta = 30;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-in-step = 0.05;
fade-out-step = 0.05;
# no-fading-openclose = true;
# no-fading-destroyed-argb = true;
fade-exclude = [ ];
@@ -87,5 +87,5 @@ glx-swap-method = "undefined";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
tooltip = { fade = true; shadow = true; opacity = 0.95; focus = true; };
};