5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
output_id=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused).name')
|
|
grim -o $output_id - | swappy -f -
|