Add schreenshot

This commit is contained in:
CramMK
2020-02-14 00:06:54 +01:00
parent 18476ac13b
commit d2e0950207
2 changed files with 12 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ My personal configurations, managed with the 'dotdrop' submodule.
| Transparency | picom |
| Wallpaper | teh |
![xterm](LINK)
![vim](LINK)
![neofetch](https://imgur.com/x0Y9qzF.png)
![vim](https://imgur.com/iEcn2XF.png)

View File

@@ -210,6 +210,16 @@ bindsym Ctrl+Shift+2 exec --no-startup-id setxkbmap de
# Remove title bar
new_window 1pixel
# Screenshot
bindsym --release $mod+Shift+p exec"import ~/Screenshot-$(date '+%Y%m%d-%H%M%S').png"
# Audio and Screen
bindsym XF86AudioMute exec amixer -q set Master toggle
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 3%-
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 3%+
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Wallpaper
exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png