1
1
mirror of https://github.com/swaywm/sway synced 2025-03-05 03:31:23 +01:00

Commit Graph

  • a25ad37c88 input/keyboard: respect solo repeat_{rate,delay} Brian Ashworth 2019-02-10 12:36:30 -0500
  • 605e515a93 fix double free for mode toggle if bar was invisible Rouven Czerwinski 2019-02-10 17:04:12 +0100
  • 1a4160751a fix double free for mode toggle if bar was invisible Rouven Czerwinski 2019-02-10 17:04:12 +0100
  • f1d64f811d Add swayrun command to run sway using a login shell Corey Hinshaw 2019-02-09 23:32:29 -0500
  • 995b6edab6 container_at_stacked: skip titles when zero pixels Brian Ashworth 2019-02-08 22:29:35 -0500
  • 4c4e02e67d
    Update README.md Nicholas Sebastian Husin 2019-02-09 01:14:24 -0600
  • 6165e6ae72
    Create Indonesian translation Nicholas Sebastian Husin 2019-02-09 01:12:10 -0600
  • 1970871f1e container_at_stacked: skip titles when zero pixels Brian Ashworth 2019-02-08 22:29:35 -0500
  • 6e85e7ec89 remove empty seats madblobfish 2018-11-01 09:28:02 +0100
  • afd66d63cc implemented seat detach command madblobfish 2018-10-31 19:31:09 +0100
  • bb9873ccd8 fix focus after workspace switch when focus_follows_mouse is always madblobfish 2019-01-06 20:07:24 +0100
  • 02f5a6f867 enable passing in a workspace to node_at_coords and node_at_cursor madblobfish 2019-01-06 20:07:16 +0100
  • 2a806e5157 refactor node_at_coords into node_at_cursor madblobfish 2019-01-06 20:04:32 +0100
  • f5190d1f79 bar_cmd_modifier: add support for none Brian Ashworth 2019-02-06 22:00:29 -0500
  • f00fbe6861
    Merge pull request #3619 from swaywm/revert-3595-ErrorIfConfigNotExist Drew DeVault 2019-02-08 03:30:11 +0100
  • 82d7a70b03 Revert "Return false if config could not be loaded." Drew DeVault 2019-02-07 21:22:53 -0500
  • 385cf330ae Revert "Restore CWD if returning early." Drew DeVault 2019-02-07 21:22:53 -0500
  • b0194455b7 config.in: don't include non-existent directory William Hua 2019-02-07 09:51:47 -0500
  • ec5da0ca5b seat_configure_tablet_tool: configure xcursor Brian Ashworth 2019-02-07 01:52:58 -0500
  • 5a32a74b2d load_main_config: use given path, store realpath Brian Ashworth 2019-02-07 02:16:38 -0500
  • 2d7d6a6d95 load_main_config: use given path, store realpath Brian Ashworth 2019-02-07 02:16:38 -0500
  • 96e727a617 seat_configure_tablet_tool: configure xcursor Brian Ashworth 2019-02-07 01:52:58 -0500
  • ed8d735488 bar_cmd_modifier: add support for none Brian Ashworth 2019-02-06 22:00:29 -0500
  • ee56428b64 Clarify error for options and positional args Brian Ashworth 2019-02-06 13:18:46 -0500
  • b21886e979 Clarify error for options and positional args Brian Ashworth 2019-02-06 13:18:46 -0500
  • 921e42c6c0 Restore CWD if returning early. Connor E 2019-02-06 15:42:32 +0000
  • 855368b67e Return false if config could not be loaded. Connor E 2019-02-06 14:01:40 +0000
  • 61f695f15c Restore CWD if returning early. Connor E 2019-02-06 15:42:32 +0000
  • cdfc719494
    Merge pull request #3597 from dnkl/fix-inverted-bitmask-check-in-ipc-has-event-listeners Drew DeVault 2019-02-06 15:27:43 +0100
  • d3b3eb019a ipc_has_event_listeners: fix inverted check of subscribed_events Daniel Eklöf 2019-02-06 15:16:30 +0100
  • eb841d99e8 Return false if config could not be loaded. Connor E 2019-02-06 14:01:40 +0000
  • c65057ef8b load_main_config: add realpath to config_chain Brian Ashworth 2019-02-05 22:06:42 -0500
  • 9b1905acf9 Fix close_popups for xdg-shell emersion 2019-02-05 19:07:01 +0100
  • df9f421767 load_main_config: add realpath to config_chain Brian Ashworth 2019-02-05 22:06:42 -0500
  • a3c5314856
    Merge pull request #3587 from RedSoxFan/fix-background-missing-file Drew DeVault 2019-02-05 22:09:59 +0100
  • 89afb761ba output_cmd_background: fix no file + valid mode Brian Ashworth 2019-02-05 14:13:27 -0500
  • 650dcf818f
    Fix close_popups for xdg-shell emersion 2019-02-05 19:07:01 +0100
  • 09c2a46b3d
    Merge pull request #3582 from c-edw/FixUninitializedInputManager Drew DeVault 2019-02-05 16:50:55 +0100
  • e1b8190d2c Initialize server so input manager is available. Connor E 2019-02-05 15:39:22 +0000
  • 1fde9a9355
    Merge pull request #3581 from c-edw/ValidateConfigNoInitialize Drew DeVault 2019-02-05 16:30:39 +0100
  • 886789c197 If validating the config, do it as early as possible. Connor E 2019-02-05 14:37:22 +0000
  • fb73f84d0e
    Merge pull request #3579 from RedSoxFan/fix-workspace-gaps-double-free Drew DeVault 2019-02-05 14:41:52 +0100
  • a6363d1206
    Merge pull request #3573 from RedSoxFan/ipc-newlines Drew DeVault 2019-02-05 14:39:10 +0100
  • 876bc9e44c
    Merge pull request #3578 from jubalh/version Drew DeVault 2019-02-05 14:37:31 +0100
  • f2abe0570f cmd_workspace_gaps: fix double free on bad amount Brian Ashworth 2019-02-05 08:35:00 -0500
  • 77587ee632 Set version in project file Michael Vetter 2019-02-05 14:32:05 +0100
  • 288e35f99e IPC_COMMAND: split on newline Brian Ashworth 2019-02-05 07:39:21 -0500
  • 478b128c26 Fix quote stripping emersion 2019-02-05 12:52:02 +0100
  • ef2b8af3fa
    Fix quote stripping emersion 2019-02-05 12:52:02 +0100
  • 1e65cc1ea6 execute_command: dont strip quotes for exec_always Brian Ashworth 2019-02-04 23:39:37 -0500
  • 665381d305 swaynag: remove trailing newlines in config Brian Ashworth 2019-02-05 00:31:06 -0500
  • 920c64f569 load_include_configs: fix wordexp fail condition Brian Ashworth 2019-02-05 01:59:40 -0500
  • 77695b43d0 load_include_configs: fix wordexp fail condition Brian Ashworth 2019-02-05 01:59:40 -0500
  • 92ae5683bc swaynag: remove trailing newlines in config Brian Ashworth 2019-02-05 00:31:06 -0500
  • 1bb19668b4 execute_command: dont strip quotes for exec_always Brian Ashworth 2019-02-04 23:39:37 -0500
  • 7e6071b76e Rebase cursor on layer rearrange. Connor E 2019-02-04 12:47:07 +0000
  • a1a99421a1
    Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-inactive Drew DeVault 2019-02-03 20:15:21 +0100
  • 4ef5b49906
    Merge pull request #3564 from RedSoxFan/seat-cursor-do-not-create Drew DeVault 2019-02-03 20:14:45 +0100
  • 7299b9a6ca seat_cmd_cursor: do not create non-existing seat Brian Ashworth 2019-02-03 13:56:05 -0500
  • 8e60efe0bf
    Merge pull request #3563 from vilhalmer/fix-wildcard-seat-constrain-crashes-during-reconfig Brian Ashworth 2019-02-03 14:00:37 -0500
  • f8a9117149
    Fall back to wildcard in sway_cursor_constrain vilhalmer 2019-02-03 13:46:44 -0500
  • 907595b10d
    Skip constraining cursor if no seat config vilhalmer 2019-02-03 13:44:37 -0500
  • da59ffa8a0
    Skip wildcard seat config in destroy_removed_seats vilhalmer 2019-02-03 13:41:35 -0500
  • a3332c70bf
    Focus ws inactive node with focus_follows_mouse vilhalmer 2019-02-03 12:12:40 -0500