Skip to content

Commit

Permalink
Replaced flameshot gui with scrot
Browse files Browse the repository at this point in the history
  • Loading branch information
dusnm committed May 27, 2019
1 parent cbea224 commit 06e7318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ bindsym XF86MonBrightnessUp exec --no-startup-id light -A 10 # Increase the brig
# Custom Bindings
bindsym $mod+Shift+t exec urxvt -e ranger
bindsym $mod+Shift+f exec firefox
bindsym Print exec flameshot gui # Considering replacing with scrot
bindsym Print exec --no-startup-id cd ~/Pictures/Screenshots/ && scrot -q 100
bindsym --release Shift+Print exec --no-startup-id cd ~/Pictures/Screenshots/ && scrot -q 100 -s
bindsym $mod+Shift+h exec urxvt -e htop
bindsym $mod+Shift+m exec --no-startup-id urxvt -e ncmpcpp
bindsym $mod+Shift+p exec --no-startup-id ~/.scripts/mansplain
Expand Down

0 comments on commit 06e7318

Please sign in to comment.