Added screenshot
This commit is contained in:
parent
28a3febe55
commit
8d4e131e78
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue