Fixed screenshots

This commit is contained in:
Nathan Anderson 2024-01-20 13:34:45 -07:00
parent cc56993ec5
commit 4195ef4e3a
3 changed files with 11 additions and 7 deletions

View File

@ -6,13 +6,13 @@ selected=$(printf '%s\n' $entries | wofi --style=$HOME/.config/wofi/style.widget
case $selected in case $selected in
active) active)
/usr/share/sway/scripts/grimshot --notify save active;; grimshot --notify save active;;
screen) screen)
/usr/share/sway/scripts/grimshot --notify save screen;; grimshot --notify save screen;;
output) output)
/usr/share/sway/scripts/grimshot --notify save output;; grimshot --notify save output;;
area) area)
/usr/share/sway/scripts/grimshot --notify save area;; grimshot --notify save area;;
window) window)
/usr/share/sway/scripts/grimshot --notify save window;; grimshot --notify save window;;
esac esac

View File

@ -175,8 +175,11 @@
} }
alias p="fzf_projects source/" alias p="fzf_projects source/"
### Busykid Bash Functions alias ls="lsd"
alias l="lsd --almost-all --long"
alias llm="lsd --timesort --long"
alias lS="lsd --oneline --classic"
alias lt="lsd --tree --depth=2"
''; '';
}; };

View File

@ -62,6 +62,7 @@
git git
glib # gsettings glib # gsettings
grim grim
sway-contrib.grimshot
libnotify libnotify
mako mako
ncspot ncspot