Skip to content

Commit

Permalink
feat: store screenshots in ~/Pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
BeLeap committed Mar 2, 2024
1 parent 36ed353 commit a7ed173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions users/beleap/gui/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ in
"$mod SHIFT, N, exec, dunstctl close"

# Screenshots
"$mod SHIFT, S, exec, hyprshot -m region"
"$mod CTRL, S, exec, hyprshot -m window"
"$mod SHIFT_CTRL, S, exec, hyprshot -m output"
"$mod SHIFT, S, exec, hyprshot -m region -o ~/Pictures"
"$mod CTRL, S, exec, hyprshot -m window -o ~/Pictures"
"$mod SHIFT_CTRL, S, exec, hyprshot -m output -o ~/Pictures"

# Others
"$mod, P, exec, echo -e \"next\\ntoggle\" | wofi --dmenu -p 'Pomodoro' | xargs uairctl"
Expand Down

0 comments on commit a7ed173

Please sign in to comment.