emersion
925497fbea
Set default cursor image in rootston
2017-12-11 10:36:22 +01:00
emersion
a3c0f97810
Make keyboard repeat info configurable
2017-12-08 17:03:05 +01:00
emersion
91d72040e5
Configure outputs with make, model, serial in rootston
...
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing.
Updates #403
2017-12-07 13:59:19 +01:00
emersion
5b13f51dfc
Add per-seat cursor configuration
2017-11-18 17:34:24 +01:00
emersion
cd566ccd8e
Add cursor theme to rootston config
2017-11-18 09:47:53 +01:00
emersion
bb79ada49f
Fix a bunch of mistakes detected with scan-build
2017-11-16 10:30:54 +01:00
Tony Crisci
7072ac87fd
rootston: config.c 80 col
2017-11-11 10:59:50 -05:00
Tony Crisci
1db3b55128
rootston: prefix config structs and functions
2017-11-11 10:59:04 -05:00
Tony Crisci
4ccadf713b
rootston: fix formatting for xwayland config
2017-11-11 10:40:56 -05:00
Tony Crisci
2a9dc60f28
Merge branch 'master' into feature/multiseat
2017-11-11 09:59:39 -05:00
Tony Crisci
447c561d15
rootston: seat config by device
2017-11-03 06:08:37 -04:00
Drew DeVault
86b8729998
Merge remote-tracking branch 'origin/master' into hidpi
2017-11-02 23:34:02 -04:00
Tony Crisci
53021f8ed4
rootston: break up input.h
2017-11-02 20:31:19 -04:00
Drew DeVault
0d9d670dbd
Merge pull request #365 from emersion/wayland-backend-transform
...
Cursors ✕ Output Transformations fixes
2017-11-01 10:21:02 -04:00
emersion
60c018c017
Fix hidden software cursors, fix cursor transformations on DRM backend
2017-11-01 14:25:41 +01:00
Drew DeVault
a7446792a1
Consider scale factor when rendering views
2017-11-01 08:44:07 -04:00
Dominique Martinet
46c80fa51e
rootston: fix startup with no config
...
Would choke on NULL name on strcmp later on:
#0 0x00007ffff6e0ad4a in __strcmp_sse2_unaligned () at /usr/lib/libc.so.6
#1 0x00005555555593d2 in config_get_keyboard (config=0x555555774f80, device=0x555555775768) at ../rootston/config.c:443
#2 0x000055555555d7e3 in keyboard_add (device=0x555555775768, input=0x555555e96d70) at ../rootston/keyboard.c:206
#3 0x000055555555ca39 in input_add_notify (listener=0x555555e96fa8, data=0x555555775768) at ../rootston/input.c:34
#4 0x00007ffff7ba2b80 in wl_signal_emit (signal=0x5555557754f8, data=0x555555775768) at /usr/include/wayland-server-core.h:388
#5 0x00007ffff7ba37e0 in wlr_x11_backend_start (backend=0x5555557754f0) at ../backend/x11/backend.c:286
#6 0x00007ffff7b9372d in wlr_backend_start (backend=0x5555557754f0) at ../backend/backend.c:29
#7 0x000055555555dcc0 in main (argc=1, argv=0x7fffffffe408) at ../rootston/main.c:39
2017-11-01 11:45:02 +01:00
Drew DeVault
50e86a0efa
Allow configuring output mode in rootston
...
Fixes #336
2017-10-28 15:32:08 -04:00
emersion
882bda0664
Rename default keyboard section
2017-10-26 23:02:24 +02:00
emersion
c0c4816b13
Fix fallback when there are two config blocks for a keyboard
2017-10-26 22:38:03 +02:00
emersion
4e5d23daa9
Per-keyboard configuration
2017-10-26 19:59:32 +02:00
Alexander Taylor
844f4387c7
Fixed default keybinding in config.c
2017-10-21 23:17:39 +01:00
D.B
8c759d7abe
Add startup command option to rootston
...
Allows specifying a command to run at startup.
2017-10-20 17:49:04 +02:00
emersion
f874c3d585
Add a default meta key
2017-10-18 22:46:52 +02:00
Versus Void
96079ff897
Move binding parsing to separate function
2017-10-12 22:21:43 +00:00
Versus Void
decd87043f
Add config option to disable Xwayland
2017-10-06 21:48:50 +00:00
emersion
f9dbc1841d
rootston: add meta-key to config file
2017-10-03 22:14:25 +02:00
emersion
d3d9aca40c
Add modifiers support in wayland backend, parse modifiers in rootston config
2017-10-03 08:46:11 +02:00
emersion
c686699817
Free config->bindings
2017-10-03 08:46:10 +02:00
emersion
517a709cdd
Bind logo+q when no config file is specified
2017-10-03 08:46:10 +02:00
emersion
238ded1578
Use a command string rather than an action enum
2017-10-03 08:46:10 +02:00
emersion
97d0fe8976
Parse bindings in config, execute bindings
2017-10-03 08:46:10 +02:00
Drew DeVault
550748681d
Establish rootston headers & main
2017-09-22 23:30:40 -04:00