misc
This commit is contained in:
parent
e3dba7add1
commit
4d9a730a0a
3 changed files with 6 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
lfm/.config/lfm/lfm.history
|
lfm/.config/lfm/lfm.history
|
||||||
fish/.config/fish/fishd.arp
|
fish/.config/fish/fishd.*
|
||||||
|
|
|
@ -180,6 +180,10 @@ bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
|
# Backlight level control
|
||||||
|
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||||
|
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||||
|
|
||||||
|
|
||||||
## Locker and reboot
|
## Locker and reboot
|
||||||
set $Locker i3lock -i /home/bca/Images/waarp_wallpaper_x3.png && sleep 1
|
set $Locker i3lock -i /home/bca/Images/waarp_wallpaper_x3.png && sleep 1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/home/bca/.config/systemd/user/ssh-agent.service
|
Loading…
Add table
Add a link
Reference in a new issue