Compare commits

..

No commits in common. "77144a920ede0634c705fb9b121f78c2289cb7de" and "0dd992eb2f05f3baee4db54deff0263c984cdff9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set $down j
set $up k
set $right l
set $menu wofi --show=run
set $menu dmenu_path | dmenu | xargs swaymsg exec --
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill

2
zshrc
View File

@ -177,7 +177,7 @@ if [[ -f ~/.cargo/env ]]; then
fi
if gimme --version &>/dev/null; then
eval "$(gimme 1.21.x)" 2>/dev/null
eval "$(gimme stable)" 2>/dev/null
export GOPATH="$HOME/go"
fi