Changes for f32

This commit is contained in:
CramMK
2020-07-04 12:22:15 +02:00
parent edaae394c3
commit deb64b051e
6 changed files with 11 additions and 42 deletions

View File

@@ -9,9 +9,6 @@ config:
create: true
dotpath: dotfiles
dotfiles:
f_bashrc:
src: bash/bashrc
dst: ~/.bashrc
f_zshrc:
src: zsh/zshrc
dst: ~/.zshrc
@@ -115,9 +112,6 @@ profiles:
- tmux
# Packages to be used above
bash:
dotfiles:
- f_bashrc
zsh:
dotfiles:
- f_zshrc

View File

@@ -279,7 +279,7 @@ visual_bell:
#
# 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: 0.9
background_opacity: 0.95
selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"

View File

@@ -1,24 +0,0 @@
# Set vim as default
export VISUAL=vim
export EDITOR="$VISUAL"
# Dotdrop
alias dotdrop="~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml"
# PS1
HOST="\[\033[0;93m\]\h\[\033[m\]"
GIT="\[\033[1;91m\](\$(git_branch))\[\033[m\]"
ICON="\[\033[1;92m\]➜\[\033[m\]"
DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="[${HOST}] ${ICON} ${DIR} "
# Quality of Life
alias ..="cd .."
alias ll="ls -l"
alias la="ls -la"
alias rm="rm -i"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

View File

@@ -1,14 +1,14 @@
# Opacity
opacity-rule = [
"90:class_g = 'XTerm'",
"90:class_g *?= 'Rofi'",
"95:class_g = 'XTerm'",
"95:class_g *?= 'Rofi'",
];
# Blur
blur-background = true;
blur-method = "kawase";
blur-strength = 10;
# Other
vsync = true;
backend = "glx";
#blur-background = true;
#blur-method = "kawase";
#blur-strength = 10;
#
## Other
#vsync = true;
#backend = "glx";

View File

@@ -10,4 +10,4 @@ feh --bg-scale $HOME/wallpaper/wallpaper.png
nm-applet &
dunst &
compton &
picom &

View File

@@ -54,7 +54,6 @@ if [ -f ~/.zshrc_local ]; then
fi
## Keybinds
bindkey -s "^e" "ranger\n"
## Completion
unsetopt menu_complete # do not autoselect the first completion entry