this repo has no description

tweaks

Changed files
+9 -6
sway
+5 -3
.zshrc
··· 5 5 6 6 export ZSH="$HOME/.oh-my-zsh" 7 7 8 - ZSH_THEME="af-magic" 8 + ZSH_THEME="Soliah" 9 9 10 10 plugins=( 11 11 git 12 12 archlinux 13 - zsh-autosuggestions 14 - zsh-syntax-highlighting 15 13 ) 16 14 15 + export RPS1='' 16 + 17 17 source $ZSH/oh-my-zsh.sh 18 18 source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh 19 + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 20 + source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 19 21 20 22 # Check archlinux plugin commands here 21 23 # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
+4 -3
sway/config
··· 24 24 25 25 output * adaptive_sync off 26 26 27 - set $wallpaper /home/hailey/bgs/wolfgirl.jpg 27 + set $wallpaper /home/hailey/bgs/lesbians.jpg 28 28 29 29 output * bg $wallpaper fill 30 30 ··· 110 110 bindsym XF86MonBrightnessUp exec brightnessctl set +5% 111 111 bindsym XF86MonBrightnessDown exec brightnessctl set 5%- 112 112 113 - bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now 114 - bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy 113 + # bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now 114 + # bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy 115 + bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png - | wl-copy -t image/png 115 116 116 117 bindsym $mod+n splith 117 118 bindsym $mod+m splitv