Files
dotfiles/dot_local/bin/executable_owlry-screenshot-menu
s0wlz (Matthias Puchstein) d46534f50e desktop: refine theming, workspaces, and utilities
- switch GTK font to GeistMono Nerd Font Propo 9 and drop GTK4 CSS overrides
- add named Hyprland workspaces/keybinds and Ghostty quick terminal; adjust screenshot binding
- update Waybar workspace icons/sorting; tweak Neovim transparency, Owlry/Qt6CT, and ROCm env
- add curated wallpaper sets for DP-1/DP-2 and new Hyprland toggle/screenshot helper scripts
2026-01-04 04:55:15 +01:00

13 lines
317 B
Bash

#!/usr/bin/env bash
set -euo pipefail
printf '%s\n' \
"grimblast --notify copy screen" \
"grimblast --notify copy output" \
"grimblast --notify copy area" \
"grimblast --notify edit screen" \
"grimblast --notify edit output" \
"grimblast --notify edit area" \
| owlry -m dmenu -p "Screenshot" \
| sh