10th August 2024

How to make a screen shot in i3?

Install flameshot


```

yay -S flameshot

```


open i3 config 


```

nvim ~/.config/i3/config

```


add line


```

bindsym Print exec "flameshot gui"

```


reload i3


```

super + shift + r

```


use your PrtSc button on keyboard