fix flameshot
This commit is contained in:
parent
47671e8dfa
commit
0808e5776b
2 changed files with 3 additions and 9 deletions
|
@ -1,6 +0,0 @@
|
|||
[General]
|
||||
disabledTrayIcon=true
|
||||
drawColor=#800080
|
||||
drawThickness=0
|
||||
saveAfterCopyPath=~/Bilder
|
||||
savePath=~
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue