From 0808e5776b400a1338d10fcf58f687af40534665 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 21 Jul 2022 13:06:49 +0200 Subject: [PATCH] fix flameshot --- flameshot/flameshot.ini | 6 ------ i3/config | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 flameshot/flameshot.ini diff --git a/flameshot/flameshot.ini b/flameshot/flameshot.ini deleted file mode 100644 index bb4853f..0000000 --- a/flameshot/flameshot.ini +++ /dev/null @@ -1,6 +0,0 @@ -[General] -disabledTrayIcon=true -drawColor=#800080 -drawThickness=0 -saveAfterCopyPath=~/Bilder -savePath=~ diff --git a/i3/config b/i3/config index a4bbfb7..72e073e 100644 --- a/i3/config +++ b/i3/config @@ -43,9 +43,9 @@ bindsym $mod1+Shift+q kill bindsym $mod1+d exec --no-startup-id ~/dotfiles/scripts/i3/start_rofi.sh # screenshots -bindsym $mod1+p exec --no-startup-id flameshot full -p ~ -c -bindsym Print exec --no-startup-id flameshot full -p ~ -c -bindsym $mod1+shift+p exec --no-startup-id flameshot gui +bindsym $mod1+p exec --no-startup-id flameshot full -p ~/Bilder -c +bindsym Print exec --no-startup-id flameshot full -p ~/Bilder -c +bindsym $mod1+shift+p exec --no-startup-id flameshot gui -p ~/Bilder -c # change focus bindsym $mod1+Left focus left