1
1
Fork 0
nixos/options/custom/scripts/scratchpad.sh
Myned 506b2efafc
sway: initial migration to forgejo
Signed-off-by: Myned <dev@bjork.tech>
2024-11-06 11:52:43 -06:00

11 lines
248 B
Bash

#! /usr/bin/env bash
# Toggle scratchpad window and launch with mark if needed
#?? scratchpad MARK COMMANDS
trap "notify-send '> scratchpad' 󰃤" ERR
mark "$@" &&
sleep 0.1 # Ensure surface is created
swaymsg "[con_mark=$1] scratchpad show"