From dc27edb891d29d34fdadaf8f9dea3328bd4f28bc Mon Sep 17 00:00:00 2001 From: Viyurz Date: Wed, 6 Mar 2024 16:50:14 +0100 Subject: [PATCH] Remove AMOGUS spaces. --- .config/hypr/hyprland.d/monitors.conf | 6 +++--- .config/hypr/hyprland.d/windowrules.conf | 2 +- .config/zsh/.zaliases | 2 +- .config/zsh/.zprofile | 4 ++-- .scripts/theme-changer.sh | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/hypr/hyprland.d/monitors.conf b/.config/hypr/hyprland.d/monitors.conf index 20dc64d..3cc6bfe 100644 --- a/.config/hypr/hyprland.d/monitors.conf +++ b/.config/hypr/hyprland.d/monitors.conf @@ -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 diff --git a/.config/hypr/hyprland.d/windowrules.conf b/.config/hypr/hyprland.d/windowrules.conf index 62f3ebc..e7b17cd 100644 --- a/.config/hypr/hyprland.d/windowrules.conf +++ b/.config/hypr/hyprland.d/windowrules.conf @@ -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)$ diff --git a/.config/zsh/.zaliases b/.config/zsh/.zaliases index e5e668e..7eac248 100644 --- a/.config/zsh/.zaliases +++ b/.config/zsh/.zaliases @@ -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" diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 68ccb45..0468317 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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 diff --git a/.scripts/theme-changer.sh b/.scripts/theme-changer.sh index d99d965..b8bc097 100755 --- a/.scripts/theme-changer.sh +++ b/.scripts/theme-changer.sh @@ -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"