diff --git a/README.md b/README.md index 6f6972f..0660300 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/dotfiles/i3_config b/dotfiles/i3_config index 6adbd21..0b87520 100644 --- a/dotfiles/i3_config +++ b/dotfiles/i3_config @@ -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