From 4985b607cfb02c98230cc0c2617964904aba5538 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Wed, 8 Sep 2021 18:55:14 -0500 Subject: [PATCH] alacritty opacity, rofi bugs, picom fun, git aliases --- stow_home/.bashrc/.bashrc | 6 ++++++ stow_home/alacritty/.config/alacritty/alacritty.yml | 2 +- stow_home/picom/.config/picom/picom.conf | 8 ++++---- stow_home/rofi/.config/rofi/config.rasi | 10 +++++----- stow_home/spectrwm/.config/spectrwm/README.org | 4 ++++ stow_home/spectrwm/.config/spectrwm/spectrwm.conf | 4 ++++ 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/stow_home/.bashrc/.bashrc b/stow_home/.bashrc/.bashrc index 585ebcd..309adba 100644 --- a/stow_home/.bashrc/.bashrc +++ b/stow_home/.bashrc/.bashrc @@ -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' diff --git a/stow_home/alacritty/.config/alacritty/alacritty.yml b/stow_home/alacritty/.config/alacritty/alacritty.yml index eaceef7..1db0953 100644 --- a/stow_home/alacritty/.config/alacritty/alacritty.yml +++ b/stow_home/alacritty/.config/alacritty/alacritty.yml @@ -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: diff --git a/stow_home/picom/.config/picom/picom.conf b/stow_home/picom/.config/picom/picom.conf index 86b1bd8..3bba3bd 100644 --- a/stow_home/picom/.config/picom/picom.conf +++ b/stow_home/picom/.config/picom/picom.conf @@ -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; diff --git a/stow_home/rofi/.config/rofi/config.rasi b/stow_home/rofi/.config/rofi/config.rasi index d3e6034..ade10b2 100644 --- a/stow_home/rofi/.config/rofi/config.rasi +++ b/stow_home/rofi/.config/rofi/config.rasi @@ -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" diff --git a/stow_home/spectrwm/.config/spectrwm/README.org b/stow_home/spectrwm/.config/spectrwm/README.org index 6730fa4..317efc2 100644 --- a/stow_home/spectrwm/.config/spectrwm/README.org +++ b/stow_home/spectrwm/.config/spectrwm/README.org @@ -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 diff --git a/stow_home/spectrwm/.config/spectrwm/spectrwm.conf b/stow_home/spectrwm/.config/spectrwm/spectrwm.conf index 59eb2dc..db170ba 100644 --- a/stow_home/spectrwm/.config/spectrwm/spectrwm.conf +++ b/stow_home/spectrwm/.config/spectrwm/spectrwm.conf @@ -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