rc wezterm
This commit is contained in:
parent
25ba4afc5c
commit
5072ae03c2
4 changed files with 7 additions and 17 deletions
|
@ -21,7 +21,7 @@ for_window [all] title_window_icon padding 10px
|
|||
floating_modifier $mod
|
||||
|
||||
## Run a terminal
|
||||
set $term st
|
||||
set $term wezterm
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
|
||||
|
|
|
@ -1,20 +1,10 @@
|
|||
shadow = false;
|
||||
fading = true;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.03;
|
||||
fade-delta = 5
|
||||
|
||||
fading = false;
|
||||
|
||||
backend = "glx"
|
||||
opacity-rule = [ "100:class_g = 'St' && focused", "75:class_g = 'St' && !focused" ];
|
||||
|
||||
blur: {
|
||||
method = "dual_kawase";
|
||||
strength = 2;
|
||||
strength = 5;
|
||||
}
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
detect-transient = true;
|
||||
|
||||
no-ewmh-fullscreen = true;
|
||||
|
|
|
@ -16,7 +16,7 @@ export PATH="${XDG_DATA_HOME}/cargo/bin:$PATH"
|
|||
export PATH="${XDG_DATA_HOME}/juliaup/bin:$PATH"
|
||||
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export TERMINAL="wezterm"
|
||||
export BROWSER="librewolf"
|
||||
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
|
|
|
@ -7,7 +7,7 @@ source config/zsh/.zshenv
|
|||
mkdir -p "${XDG_CONFIG_HOME}"
|
||||
mkdir -p "${XDG_DATA_HOME}"
|
||||
|
||||
INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux x11 zsh)
|
||||
INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux wezterm x11 zsh)
|
||||
for f in $INSTALL_CONFIGS ; do
|
||||
echo "Installing config for ${f}..."
|
||||
rm -rf ${XDG_CONFIG_HOME}/${f} > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue