You are not logged in.
Hello. Problem:
bindsym Print exec ~/custom_bash/hotkeys_bash/PrintScreen.shfrom ~/.config/i3/config does nothing. (implies taking a screenshot) Running the script from the console works without errors. Content ~/custom_bash/hotkeys_bash/PrintScreen.sh:
#!/bin/bash
# Take a screenshot
import -window root ~/Pictures/Screenshots/$(date +%F-%M-%S).pngThanks for the answer.
Offline