diff --git a/README.md b/README.md index 0cf3c69..21b6170 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ I have implemented a custom couple of scripts to handle screen setup for work, h # Desktop I use a custom configured desktop without a normal DE. I prefer the simplicity and control I can get by choosing my own components +## Screenshot +![Screenshot](screenshot.png) + ## Components * [i3-gaps](https://github.com/Airblader/i3) * [Rofi](https://github.com/DaveDavenport/rofi) diff --git a/i3/.i3/config b/i3/.i3/config index eacb07e..c06e1ce 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -46,9 +46,9 @@ bindsym $mod+Tab exec --no-startup-id rofi -show window -config ~/.config/rofi/c # Start Applications bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'" -bindsym Print exec --no-startup-id i3-scrot -bindsym $mod+Print --release exec --no-startup-id i3-scrot -w -bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s +bindsym Print exec --no-startup-id scrot '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/Pictures/screenshots/' +bindsym $mod+Print --release exec --no-startup-id scrot -u '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/Pictures/screenshots/' +bindsym $mod+Shift+Print --release exec --no-startup-id scrot -s '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/Pictures/screenshots/' # focus_follows_mouse no diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..7a1cfe2 Binary files /dev/null and b/screenshot.png differ