| 1 | # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ |
| 2 | # ┃ Defaults Configuration ┃ |
| 3 | # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ |
| 4 | |
| 5 | |
| 6 | # General |
| 7 | $filemanager = dolphin |
| 8 | $applauncher = wofi |
| 9 | $terminal = alacritty |
| 10 | $idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' |
| 11 | |
| 12 | # Screenshots |
| 13 | $shot-region = grimblast copy area |
| 14 | $shot-window = grimblast copy active |
| 15 | $shot-screen = grimblast copy output |
| 16 |