mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "$SWAYSOCK" ]; then
|
|
# Sway
|
|
grim -g "$(slurp)" - | wl-copy
|
|
else
|
|
# i3
|
|
maim -s | xclip -selection clipboard -t image/png
|
|
fi |