add wayfire
This commit is contained in:
parent
0ba6050a9c
commit
5f6923e611
1 changed files with 53 additions and 0 deletions
53
dot_config/wayfire.ini
Normal file
53
dot_config/wayfire.ini
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
[command]
|
||||||
|
repeatable_binding_volume_up=KEY_VOLUMEUP
|
||||||
|
command_volume_up=wfpanelctl volumepulse volu
|
||||||
|
repeatable_binding_volume_down=KEY_VOLUMEDOWN
|
||||||
|
command_volume_down=wfpanelctl volumepulse vold
|
||||||
|
binding_mute=KEY_MUTE
|
||||||
|
command_mute=wfpanelctl volumepulse mute
|
||||||
|
binding_menu=<super>
|
||||||
|
command_menu=wfpanelctl smenu menu
|
||||||
|
binding_terminal=<ctrl> <alt> KEY_T
|
||||||
|
command_terminal=lxterminal
|
||||||
|
binding_fuzzel=<alt> KEY_D
|
||||||
|
command_fuzzel=fuzzel
|
||||||
|
binding_bluetooth=<ctrl> <alt> KEY_B
|
||||||
|
command_bluetooth=wfpanelctl bluetooth menu
|
||||||
|
binding_netman=<ctrl> <alt> KEY_W
|
||||||
|
command_netman=wfpanelctl netman menu
|
||||||
|
binding_grim=KEY_SYSRQ
|
||||||
|
command_grim=grim
|
||||||
|
binding_orca=<ctrl> <alt> KEY_SPACE
|
||||||
|
command_orca=gui-pkinst orca reboot
|
||||||
|
binding_quit=<ctrl> <alt> KEY_DELETE
|
||||||
|
command_quit=lxde-pi-shutdown-helper
|
||||||
|
binding_power=KEY_POWER
|
||||||
|
command_power=pwrkey
|
||||||
|
|
||||||
|
[input-device:10-0038 generic ft5x06 (79)]
|
||||||
|
output=DSI-1
|
||||||
|
|
||||||
|
[input-device:6-0038 generic ft5x06 (79)]
|
||||||
|
output=DSI-1
|
||||||
|
|
||||||
|
[input-device:4-0038 generic ft5x06 (79)]
|
||||||
|
output=DSI-2
|
||||||
|
|
||||||
|
[input-device:10-0038 generic ft5x06 (00)]
|
||||||
|
output=DSI-1
|
||||||
|
|
||||||
|
[input-device:6-0038 generic ft5x06 (00)]
|
||||||
|
output=DSI-1
|
||||||
|
|
||||||
|
[input-device:4-0038 generic ft5x06 (00)]
|
||||||
|
output=DSI-2
|
||||||
|
|
||||||
|
[input]
|
||||||
|
xkb_options=
|
||||||
|
xkb_model=pc105
|
||||||
|
xkb_layout=de
|
||||||
|
xkb_variant=
|
||||||
|
kb_repeat_delay=400
|
||||||
|
kb_repeat_rate=40
|
||||||
|
mouse_cursor_speed=0
|
||||||
|
left_handed_mode=false
|
Loading…
Reference in a new issue