Skip to content

i3 not executing bash scripts #5915

Answered by orestisfl
harvooo asked this question in Q&A
Feb 12, 2024 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

bindsym $mod+Shift+p exec --no-startup-id --release "import /tmp/sc.jpg && xclip -selection clipboard -t image/png -i /tmp/sc.jpg"

Correct syntax here is:

bindsym --release $mod+Shift+p exec --no-startup-id "import /tmp/sc.jpg && xclip -selection clipboard -t image/png -i /tmp/sc.jpg"

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@harvooo
Comment options

@yusufaktepe
Comment options

Comment options

You must be logged in to vote
2 replies
@harvooo
Comment options

@orestisfl
Comment options

Answer selected by harvooo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants