Ryan Dwyer
|
c72940837c
|
Implement IPC get_seats command
|
2018-05-12 18:17:36 +10:00 |
|
Drew DeVault
|
f26ecd9f58
|
Merge remote-tracking branch 'origin/wlroots' into swaybar-layers
|
2018-03-30 00:04:04 -04:00 |
|
Tony Crisci
|
dc8c9fbeb6
|
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
This reverts commit 472e81f35d , reversing
changes made to 6b7841b11f .
|
2018-03-29 23:41:33 -04:00 |
|
Drew DeVault
|
d0c7f66e95
|
Revert "Refactor tree"
|
2018-03-29 23:29:29 -04:00 |
|
Drew DeVault
|
6836074fed
|
Implement enough IPC for swaybar to work
|
2018-03-29 22:11:08 -04:00 |
|
Tony Crisci
|
83d09cf594
|
remove swayc_t typedef
|
2018-03-29 14:31:10 -04:00 |
|
Tony Crisci
|
874f009866
|
move tree includes to their own directory
|
2018-03-29 14:21:42 -04:00 |
|
Tony Crisci
|
f2985000f3
|
ipc get_inputs
|
2017-12-18 14:27:38 -05:00 |
|
emersion
|
4e2ab53119
|
Add IPC get_outputs
|
2017-12-18 14:06:03 +01:00 |
|
Tony Crisci
|
421f49fe03
|
basic get_tree
|
2017-12-03 08:33:52 -05:00 |
|
Drew DeVault
|
7753a0ec75
|
Wire up IPC server
|
2017-11-22 21:37:07 -05:00 |
|
Drew DeVault
|
733993a651
|
Move everything to sway/old/
|
2017-11-18 11:22:02 -05:00 |
|
Drew DeVault
|
60ce81e06a
|
Add pretty printing to swaymsg
If stdout is a tty, it will pretty print unless -r (--raw) is given.
Sample outputs:
```
~/s/s/build > ./bin/swaymsg fullscreen toggle
Error: Permission denied for fullscreen toggle via IPC
~/s/s/build > ./bin/swaymsg -t get_workspaces
Workspace 3:三
Output: DVI-I-1
Layout: splith
Workspace 1:一 (off-screen)
Output: HDMI-A-1
Layout: splith
Workspace 5:五 (focused)
Output: HDMI-A-1
Layout: splith
~/s/s/build > ./bin/swaymsg -t get_inputs
Input device Metadot - Das Keyboard Das Keyboard
Type: Keyboard
Sway ID: 9456:320:Metadot_-_Das_Keyboard_Das_Keyb
Input device Wacom Intuos S 2 Pen
Type: Tablet tool
Sway ID: 1386:827:Wacom_Intuos_S_2
Input device Wacom Intuos S 2 Pad
Type: Tablet pad
Sway ID: 1386:827:Wacom_Intuos_S_2
Input device Logitech Gaming Mouse G502
Type: Keyboard, Mouse
Sway ID: 1133:49277:Logitech_Gaming_Mous
~/s/s/build > ./bin/swaymsg -t get_outputs
Output DVI-I-1
Geometry: 1920x1080 @ 3840,0
Scale factor: 1x
Workspace: 3:三
Output DVI-D-1
Geometry: 1920x1080 @ 0,0
Scale factor: 1x
Workspace: 4:四
Output HDMI-A-1
Geometry: 1920x1080 @ 1920,0
Scale factor: 1x
Workspace: 5:五
```
|
2017-04-03 07:27:25 -04:00 |
|
Drew DeVault
|
416417a54c
|
Reorganize includes
|
2016-09-01 08:18:37 -04:00 |
|