diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2018-09-20 19:16:15 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2018-09-20 19:16:15 +0530 |
commit | 533d729a75dffc0596d3af3bb685686df22bae38 (patch) | |
tree | 7d0467b5e8d363e51519dc8fa7a6109cc80fdd1f | |
parent | 08a5bfc2cbd683d4f9161802905eaa3c547f8682 (diff) |
Update: Readme - add instructions for bspwm users
-rw-r--r-- | README.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -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 ``` |