- 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
13 lines
317 B
Bash
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
|