Commit Graph

124 Commits (a09c144b8b5f9d0518e7239a27e2fb86e00644b3)

Author SHA1 Message Date
Brian Ashworth 1c969e86f5 Implement bar bindsym 6 years ago
emersion c988b03d85 Allow swaybg to be disabled 6 years ago
Ryan Dwyer 41bfd8c790 swaybar: allow null status_command 6 years ago
Drew DeVault 8f6aca2166
Merge pull request from PumbaPe/add-tap-and-drag 7 years ago
Arkadiusz Hiler 1e70f7b19e Turn funcs() into funcs(void) 7 years ago
PP ae2b70f59e add tap-and-drag setting to sway-input 7 years ago
Brian Ashworth af45ee2d8b Handle shell special characters in bg file path 7 years ago
Ian Fan a6c5628fa7 input config: merge left_handed option 7 years ago
Brian Ashworth baeb28ea62 Implement support for input wildcard 7 years ago
emersion 82f1393cbb swaybar: handle hotplugging 7 years ago
Ian Fan 8e8a5ca217 config: free strings fields when freeing input config 7 years ago
Brian Ashworth c246cf84c8 Call wlr_output_enable on enable/disable if needed 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
emersion 349d1f3be8 Do not modeset disabled outputs 7 years ago
Drew DeVault 10c2c09cf6
Merge pull request from RyanDwyer/rename-root-outputs 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Ryan Dwyer 2e7401772e Rename sway_root.outputs to sway_root.all_outputs 7 years ago
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs 7 years ago
Brian Ashworth 43d1ffc9dd Allow a fallback color to be specified for swaybg 7 years ago
Marien Zwart 7d8413d962 Reset signal mask after fork 7 years ago
ProgAndy 2166dbe2e4 Implement setting NumLock and CapsLock status 7 years ago
Brian Ashworth bc7d332109 Reset outputs on reload 7 years ago
Brian Ashworth 9605ab45f1 Fix output wildcard handling 7 years ago
Ian Fan 9559e3e2af config output: free command string if unused 7 years ago
Brian Ashworth 13c6627ddb Implement tap_button_map for input devices 7 years ago
Robert Kubosz 08edaf4e76
increase maximum value of button identifier 7 years ago
Robert Kubosz 41b80c28df
add scroll button option 7 years ago
emersion 63b4bf5000
Update for 7 years ago
Dominique Martinet 9f5d539657 config: add a couple of forgotten frees 7 years ago
Dominique Martinet 248ea93c1a bar config: fix uninitialized accesses on init error 7 years ago
Dominique Martinet 9c8fb7d025 invoke_swaybar: fix message length header size 7 years ago
Brian Ashworth a1b5b93d29 Store sway_outputs so that they can be reenabled 7 years ago
Mattias Eriksson 8fbafbfab5 Idle handling for dpms/lockscreen et al 7 years ago
db 22170bde77 Fix layer surface crash on output destroy 7 years ago
Geoff Greer 5587af1782 Rename len to msg_len. Avoids an aliased variable that was a little confusing to follow. 7 years ago
Geoff Greer b9726afd48 invoke_swaybar(): Set process group. Kill process group. 7 years ago
emersion ff61df17ff
Add map_from_region command 7 years ago
Ryan Dwyer 5b30391383 Make key repeat configurable 7 years ago
Drew DeVault 0e3ddf255e Add input "identifier" map_to_output "identifier" 7 years ago
Tony Crisci 741e3959e3 Merge branch 'wlroots' into split-containers2 7 years ago
emersion f3ef1da750
Fix wrong output container coordinates 7 years ago
Tony Crisci 09d448ea2d unify container destroy functions 7 years ago
Drew DeVault 18173fb5ad Free bar configs on reload and exit 7 years ago
Drew DeVault f26ecd9f58 Merge remote-tracking branch 'origin/wlroots' into swaybar-layers 7 years ago
Tony Crisci dc8c9fbeb6 Revert "Merge pull request from swaywm/revert-1647-refactor-tree" 7 years ago
Drew DeVault d0c7f66e95
Revert "Refactor tree" 7 years ago
Drew DeVault 2e84f21ab7 Terminate swaybar when freeing bar config 7 years ago
Drew DeVault 2719ddfe5e Spawn swaybars when outputs are added 7 years ago
Drew DeVault 5c9cdbcdd2 Add swaybg_command 7 years ago
Drew DeVault 569b2bfd5d Move bar config into its own file 7 years ago
Tony Crisci eca029f218 more renaming things 7 years ago
Tony Crisci b90099b4b7 rename container functions 7 years ago
Drew DeVault 8d6bce02af Address review feedback 7 years ago
Drew DeVault 68cfa7ef67 Render layer surfaces and respect exclusive zone 7 years ago
Tony Crisci 9f54cd8935 copy config references for input and seat 7 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log 7 years ago
emersion ead3f1e676
Allow to configure outputs by their identifier 7 years ago
emersion 21c61f1c09
Refactor output command, add output enable 7 years ago
Tony Crisci 63f7fb9517 cleanup 7 years ago
Tony Crisci a949d7de5a Merge branch 'wlroots' into feature/input 7 years ago
emersion c815d6d1a9
Add support for fractional output scale 7 years ago
Tony Crisci 88bcd43ebf seat fallback config 7 years ago
Tony Crisci f4a5a0ead4 put seat and input config in their own files 7 years ago
emersion 4d389f8b65
Replace refresh_rate and position by mode in output command 7 years ago
emersion a4619e98c4
Update output containers on output layout change 7 years ago
emersion d293c42942
Update output container box in event handler 7 years ago
emersion c7abb77f22
Listen to output layout change 7 years ago
emersion f3d880b0ec
Add scale and transform events to sway_output 7 years ago
emersion 475a0132a9
Use custom modes when output has no mode 7 years ago
emersion 4a14aa9ad9
Remove output from layout 7 years ago
emersion 8764dc26c6
Add new_output_config, update root container size on output hotplug 7 years ago
emersion 7c5d8c553c
Simplify free calls, use wlr_output_set_scale 7 years ago
emersion 68ae989cee
Init, merge output config params, use wlr_output_layout 7 years ago
emersion aaae59026f
Add output config 7 years ago