this repo has no description

tweaks

Changed files
+9 -6
sway
+5 -3
.zshrc
···
export ZSH="$HOME/.oh-my-zsh"
-
ZSH_THEME="af-magic"
+
ZSH_THEME="Soliah"
plugins=(
git
archlinux
-
zsh-autosuggestions
-
zsh-syntax-highlighting
)
+
export RPS1=''
+
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh
+
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Check archlinux plugin commands here
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
+4 -3
sway/config
···
output * adaptive_sync off
-
set $wallpaper /home/hailey/bgs/wolfgirl.jpg
+
set $wallpaper /home/hailey/bgs/lesbians.jpg
output * bg $wallpaper fill
···
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
-
bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
-
bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy
+
# bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
+
# bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy
+
bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png - | wl-copy -t image/png
bindsym $mod+n splith
bindsym $mod+m splitv