Johan Malm
960f8ebe11
rc.xml.all: add <libinput>
2021-10-19 21:48:49 +01:00
Johan Malm
824db7e902
rc.xml.all: add super+arrow keybinds
2021-10-17 21:31:44 +01:00
Johan Malm
417763e8f8
config: support audio and monitor keys by default
...
Add default keybinds:
XF86_AudioLowerVolume - amixer sset Master 5%-
XF86_AudioRaiseVolume - amixer sset Master 5%+
XF86_AudioMute - amixer sset Master toggle
XF86_MonBrightnessUp - brightnessctl set +10%
XF86_MonBrightnessDown - brightnessctl set 10%-
2021-10-14 19:37:57 +01:00
frogtile
8d1a34279c
rc.xml.all: Fix typo
...
match with default config
2021-09-09 20:41:08 +01:00
Johan Malm
cb58a36dae
docs/rc.xml.all: set doubleClickTime default to 500
2021-09-06 22:09:59 +01:00
alex
36f5b49f2a
Implemented <doubleClickTime> in rc.xml
2021-09-01 07:05:37 +01:00
Alex Bryan
a4fdb43d42
Updated default/example rc.xml w/ first <mouse> implementation
2021-09-01 07:05:37 +01:00
Johan Malm
b7573c8d36
rcxml: load default keybinds on <keyboard><default />
...
This is an addition to the openbox specification and provides a way to
keep config files simpler whilst allowing user-specific keybinds.
docs/rc.xml shows a simple config file with <default />
docs/rc.xml.full shows the full config
2021-08-22 19:09:31 +01:00