Update: Readme - add instructions for bspwm users

This commit is contained in:
Pavan Jadhaw 2018-09-20 19:16:15 +05:30
parent 08a5bfc2cb
commit 533d729a75

View file

@ -29,7 +29,9 @@ without the need to apply same effect again and again
- [Debian and derivatives](#debian-and-derivatives)
- **[Usage](#usage)**
- **[Desktop Background](#set-desktop-background-on-startup)**
- **[i3wm keybinding](#i3wm-keybinding-for-lockscreen)**
- **[Keybinding](#keybindings)**
- [i3wm](#i3wm-1)
- [bspwm](#bspwm)
- **[Lockscreen whenever suspended](#lockscreen-when-suspendedsystemd-service)**
@ -169,12 +171,24 @@ exec --no-startup-id source ~/.fehbg
```
#### i3wm keybinding for lockscreen
## Keybindings
#### i3wm
Add this line to your `~/.config/i3/config`
```sh
bindsym $mod+shift+x exec betterlockscreen --l dim
bindsym $mod+shift+x exec betterlockscreen -l dim
```
#### bspwm
Add this line to your `~/.config/sxhkd/sxhkdrc`
```sh
# lockscreen
alt + shift + x
betterlockscreen -l dim
```