Commit Graph

241 Commits (740234a4bc9c8509c766f8feb9f7116bf8950c49)

Author SHA1 Message Date
Ryan Dwyer 5b30391383 Make key repeat configurable 7 years ago
Ryan Dwyer 72beae209b Fullscreen fixes. 7 years ago
Ryan Dwyer bfd5834f4c Feedback for fullscreen. 7 years ago
Ryan Dwyer 52420cc24d Implement fullscreen. 7 years ago
Dominique Martinet 25af959fe9 Fix gcc string truncation warnings 7 years ago
Danny Bautista c355d680e9 Clean up cursor simulation code. 7 years ago
Danny Bautista 1edb2bd892 Implement cursor event simulation with sway commands. 7 years ago
db 63b2543749 Add workspace_auto_back_and_forth for move cmd 7 years ago
Drew DeVault 07b6be6214
Merge pull request from acrisci/focus-inactive-fixes 7 years ago
Drew DeVault 0e3ddf255e Add input "identifier" map_to_output "identifier" 7 years ago
Tony Crisci ae78f6fb93 Merge branch 'wlroots' into focus-inactive-fixes 7 years ago
db 042b80b9fa Add workspace_auto_back_and_forth command 7 years ago
Tony Crisci 9db859585e container_create_notify on split 7 years ago
Drew DeVault c47b4d4edb
Merge pull request from emersion/output-damage 7 years ago
emersion 516f5454ad
Simplify damage tracking functions, use them in layer shell 7 years ago
Drew DeVault 57954a2b24 Implement move [left|right|up|down] 7 years ago
Drew DeVault f77986338f Implement resize command 7 years ago
Tony Crisci fc9398a42e Implement opacity command 7 years ago
Tony Crisci a001890fb8 move workspace create to workspace.c 7 years ago
Tony Crisci 481a8275c1 address feedback 7 years ago
Tony Crisci 9b567fc37e clean up container_get_default_layout 7 years ago
Tony Crisci 5f4761c4f4 unify workspace create functions 7 years ago
Tony Crisci 2c165e1288 fix more close segfaults 7 years ago
Tony Crisci 32ef182f47 cleanup split command handlers 7 years ago
Tony Crisci d434da5632 Merge branch 'wlroots' into split-containers 7 years ago
Tony Crisci d070244362 fix workspace splits 7 years ago
Tony Crisci 357a4401fa address feedback 7 years ago
Tony Crisci 2187684bd0 Merge branch 'wlroots' into split-containers 7 years ago
Tony Crisci 5e024278a6 Merge branch 'wlroots' into seat-fixes 7 years ago
Drew DeVault e3689dd5a9 Fixes regarding @emersion's feedback 7 years ago
Tony Crisci a82c107c76 80col 7 years ago
Drew DeVault b2d871cfe2 Partially implement move command 7 years ago
Tony Crisci e677c5b204 rename seat functions 7 years ago
Tony Crisci b5d49cc4e8 remove default from kill switch 7 years ago
Tony Crisci e7ecb001d7 reap container parent on destroy 7 years ago
Tony Crisci 7706d83160 basic split containers 7 years ago
Drew DeVault 9b38ef950f Implement focus_follows_mouse 7 years ago
Drew DeVault ae6d459000 Implement mouse warping 7 years ago
Drew DeVault 69eb021767 Add default_orientation command 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
Tony Crisci 2778edef97 arrange windows 7 years ago
Drew DeVault 8efee109ad Implement modes 7 years ago
Drew DeVault 741424c4e7 Clean up imported bar commands 7 years ago
Drew DeVault 849c3515ab Use statically allocated text buffer 7 years ago
Drew DeVault 8b5b72c576 Restart swaybar on config reload 7 years ago
Drew DeVault 5c9cdbcdd2 Add swaybg_command 7 years ago
Drew DeVault bf7a4cd0eb Add bar configuration commands 7 years ago
Tony Crisci 62d1b4cb96 fix container_get_in_direction name 7 years ago
Tony Crisci eca029f218 more renaming things 7 years ago
Tony Crisci b90099b4b7 rename container functions 7 years ago
Tony Crisci 874f009866 move tree includes to their own directory 7 years ago
Drew DeVault 68cfa7ef67 Render layer surfaces and respect exclusive zone 7 years ago
Tony Crisci 2154b7c7d6 add config handlers 7 years ago
Tony Crisci 7262bf655f remove checks for command handlers 7 years ago
Tony Crisci 66d1e0b313 basic layout command 7 years ago
Tony Crisci a3ae67af4e basic focus in direction 7 years ago
Tony Crisci 52670c636c basic focus (without direction) 7 years ago
Tony Crisci a7d49da239 separate seat get focus and seat get focus inactive 7 years ago
Tony Crisci 5151502298 basic focus overhaul 7 years ago
Drew DeVault b28602aa74 Implement workspaces 7 years ago
Dominique Martinet 6259831d31 commands/reload: remove unimplemented 'load_swaybars' call 7 years ago
Dominique Martinet 869be4378d commands: add 'reload' command 7 years ago
Tony Crisci beb3805cf0 dont allow kill command in config 7 years ago
Tony Crisci c3fc0d446f cmd-kill: use sway_assert when no container 7 years ago
Tony Crisci 0e3eae4baa view interface 7 years ago
Tony Crisci 1156523ccf run all commands with focused container context 7 years ago
Tony Crisci 6a1d71b8b8 basic command criteria 7 years ago
Tony Crisci c353e01c85 add kill command 7 years ago
Tony Crisci cc3c713889 seat config handler context 7 years ago
Tony Crisci 9e0595f26b input config handler context 7 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log 7 years ago
Dominique Martinet c83900593d config: add 'set' command 7 years ago
Dominique Martinet 28b8ea9f1e cmd_input: cleanup around current_input_config 7 years ago
Drew DeVault 91313d3847
Merge pull request from acrisci/bindings 7 years ago
Tony Crisci b01a53abfb Merge branch 'wlroots' into bindings 7 years ago
Tony Crisci 50e791cadb binding release 7 years ago
emersion ead3f1e676
Allow to configure outputs by their identifier 7 years ago
Tony Crisci bd3ca70e3d fix nitpicks 7 years ago
Tony Crisci 62b7ab3959 overwrite old bindings 7 years ago
emersion 21c61f1c09
Refactor output command, add output enable 7 years ago
Tony Crisci ba69f06695 binding config 7 years ago
Tony Crisci 5c036a3eac error on not enough input/seat args for cmd 7 years ago
Tony Crisci a949d7de5a Merge branch 'wlroots' into feature/input 7 years ago
Tony Crisci 483ede0146 improve xkb command logging 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 c41801b75e set keyboard config at runtime 7 years ago
Tony Crisci b8261ab24b expect exactly one xkb arg 7 years ago
Tony Crisci f16aa3c0ad rename config apply cmds 7 years ago
Tony Crisci 9fa70ce426 Merge branch 'wlroots' into feature/input 7 years ago
Tony Crisci 9eecbb5d8a xkb config 7 years ago
Tony Crisci 92fef27eaa basic configuration 7 years ago
emersion cba592b3d2
Use strtol instead of atoi in output command 7 years ago
emersion 9254c5a93f
Fail if unknown output subcommand 7 years ago
emersion 4d389f8b65
Replace refresh_rate and position by mode in output command 7 years ago
emersion d293c42942
Update output container box in event handler 7 years ago
Tony Crisci c173d30b92 seat configuration 7 years ago
Tony Crisci 538903bc5a config cleanup 7 years ago