alacritty opacity, rofi bugs, picom fun, git aliases

This commit is contained in:
joelchrono12 2021-09-08 18:55:14 -05:00
parent 6b7bdd4f64
commit 4985b607cf
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
6 changed files with 24 additions and 10 deletions

View File

@ -201,6 +201,12 @@ alias drag='dragon-drag-and-drop'
alias rad='radicale --storage-filesystem-folder .var/lib/radicale/collections/'
alias site='cd ~/git/joelchrono12.ml'
alias zzz='systemctl suspend'
alias gmg='git merge'
alias gco='git checkout'
alias gcm='git commit'
alias gb='git branch'
alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master'
# alias picom='picom --experimental-backends --backend glx --blur-method 'dual_kawase' --blur-strength 6 & disown'
alias ssh='TERM=xterm-256color ssh'

View File

@ -218,7 +218,7 @@ colors:
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
#background_opacity: 1.0
background_opacity: .9
background_opacity: .6
#selection:

View File

@ -126,19 +126,19 @@ shadow-exclude = [
# Fade windows in/out when opening/closing and when opacity changes,
# unless no-fading-openclose is used.
fading = true
fading = false
#fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.03;
fade-in-step = 1;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.03;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
fade-delta = 4
fade-delta = 2
# Specify a list of conditions of windows that should not be faded.
# don't need this, we disable fading for all normal windows with wintypes: {}
@ -273,7 +273,7 @@ blur: {
# requires: https://github.com/ibhagwan/picom
method = "kawase";
#method = "kernel";
strength = 5;
strength = 8;
# deviation = 1.0;
# kernel = "11x11gaussian";
background = false;

View File

@ -1,13 +1,13 @@
configuration {
columns: 1;
/*columns: 1;*/
terminal: "alacritty";
theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi";
modi: "drun,calc:qalc,window,run,emoji";
show-icons: true;
show-icons: false;
icon-theme: "Flatery-Blue-Dark";
width: 30;
lines: 18;
fake-transparency: true;
/*width: 10%;*/
/*lines: 18;*/
/*fake-transparency: true;*/
}
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
@theme "/usr/share/rofi/themes/iggy.rasi"

View File

@ -289,4 +289,8 @@ program[pcmanfm] = pcmanfm
bind[pcmanfm] = MOD+Mod1+f
program[pulsemixer] = alacritty -e pulsemixer
bind[pulsemixer] = MOD+mod1+v
program[brightup] = brightnessctl set +15
bind[brightup] = XF86MonBrightnessUp
program[brightdown] = brightnessctl set 15-
bind[brightdown] = XF86MonBrightnessDown
#+end_src

View File

@ -232,3 +232,7 @@ program[pcmanfm] = pcmanfm
bind[pcmanfm] = MOD+Mod1+f
program[pulsemixer] = alacritty -e pulsemixer
bind[pulsemixer] = MOD+mod1+v
program[brightup] = brightnessctl set +15
bind[brightup] = XF86MonBrightnessUp
program[brightdown] = brightnessctl set 15-
bind[brightdown] = XF86MonBrightnessDown