Changes for f32
This commit is contained in:
@@ -9,9 +9,6 @@ config:
|
|||||||
create: true
|
create: true
|
||||||
dotpath: dotfiles
|
dotpath: dotfiles
|
||||||
dotfiles:
|
dotfiles:
|
||||||
f_bashrc:
|
|
||||||
src: bash/bashrc
|
|
||||||
dst: ~/.bashrc
|
|
||||||
f_zshrc:
|
f_zshrc:
|
||||||
src: zsh/zshrc
|
src: zsh/zshrc
|
||||||
dst: ~/.zshrc
|
dst: ~/.zshrc
|
||||||
@@ -115,9 +112,6 @@ profiles:
|
|||||||
- tmux
|
- tmux
|
||||||
|
|
||||||
# Packages to be used above
|
# Packages to be used above
|
||||||
bash:
|
|
||||||
dotfiles:
|
|
||||||
- f_bashrc
|
|
||||||
zsh:
|
zsh:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- f_zshrc
|
- f_zshrc
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ visual_bell:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# 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.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.9
|
background_opacity: 0.95
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
# Opacity
|
# Opacity
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"90:class_g = 'XTerm'",
|
"95:class_g = 'XTerm'",
|
||||||
"90:class_g *?= 'Rofi'",
|
"95:class_g *?= 'Rofi'",
|
||||||
];
|
];
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
blur-background = true;
|
#blur-background = true;
|
||||||
blur-method = "kawase";
|
#blur-method = "kawase";
|
||||||
blur-strength = 10;
|
#blur-strength = 10;
|
||||||
|
#
|
||||||
# Other
|
## Other
|
||||||
vsync = true;
|
#vsync = true;
|
||||||
backend = "glx";
|
#backend = "glx";
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ feh --bg-scale $HOME/wallpaper/wallpaper.png
|
|||||||
|
|
||||||
nm-applet &
|
nm-applet &
|
||||||
dunst &
|
dunst &
|
||||||
compton &
|
picom &
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ if [ -f ~/.zshrc_local ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## Keybinds
|
## Keybinds
|
||||||
bindkey -s "^e" "ranger\n"
|
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
unsetopt menu_complete # do not autoselect the first completion entry
|
unsetopt menu_complete # do not autoselect the first completion entry
|
||||||
|
|||||||
Reference in New Issue
Block a user