Remove AMOGUS spaces.

This commit is contained in:
Viyurz 2024-03-06 16:50:14 +01:00
parent fcedbb6997
commit dc27edb891
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
5 changed files with 8 additions and 8 deletions

View file

@ -8,11 +8,11 @@ workspace = 3, monitor:eDP-1
workspace = 4, monitor:eDP-1
# Desktop config
# monitor = DP-1, 1920x1080@165, 0x0, 1
# monitor = DP-1, 1920x1080@165, 0x0, 1
# monitor = HDMI-A-1, preferred, 1920x0, 1
# monitor = , preferred, auto, 1
# workspace = 1, monitor:DP-1, default:true
# workspace = 2, monitor:DP-1
# workspace = 1, monitor:DP-1, default:true
# workspace = 2, monitor:DP-1
# workspace = 3, monitor:DP-1
# workspace = 4, monitor:DP-1

View file

@ -25,6 +25,6 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
# Force float for Genshin Impact launcher
windowrule = float,title:^(Genshin Impact)$
# Warframe
# Warframe
windowrulev2 = float,class:^(launcher.exe)$,title:^(Warframe)$
windowrule = fullscreen,^(warframe.x64.exe)$

View file

@ -12,6 +12,6 @@ alias sc="shellcheck -x -s bash"
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
# git init --bare $HOME/.dotfiles
# git init --bare $HOME/.dotfiles
# cfg config --local status.showUntrackedFiles no
alias cfg="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"

View file

@ -15,10 +15,10 @@ source "$XDG_RUNTIME_DIR/ssh-agent.env" > /dev/null
# export WLR_NO_HARDWARE_CURSORS=1
#fi
# Restore Wal colors if not SSH session
# Restore Wal colors if not SSH session
printenv SSH_TTY &> /dev/null || wal -R
# Autostart on TTY1:
# Autostart on TTY1:
# Hyprland on laptop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland

View file

@ -90,7 +90,7 @@ function set_theme {
wal -qni "$wallpaper" --saturate 0.75
# Replace apostrophes around the wallpaper path with quotes
# in case there is an apostrophe in the file name
# in case there is an apostrophe in the file name
sed -iE "/^wallpaper=/,/#/ s/='/=\"/" "$HOME/.cache/wal/colors.sh"
sed -iE "/^wallpaper=/,/#/ s/'$/\"/" "$HOME/.cache/wal/colors.sh"