Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] wmderlandc --list #61

Open
arcolinuxz opened this issue Sep 26, 2021 · 3 comments
Open

[Feature request] wmderlandc --list #61

arcolinuxz opened this issue Sep 26, 2021 · 3 comments

Comments

@arcolinuxz
Copy link

arcolinuxz commented Sep 26, 2021

Can we have a list of commands that we can put behind this application? kill is one ... any more
Can we have a manpages about this desktop?

@aesophor
Copy link
Owner

aesophor commented Oct 3, 2021

That sounds great, I'll add it.

I want to write documentation for this wm, but unfortunately I'm recently occupied with lots of stuffs... I'll add the documentation and manpages if possible, but probably not recently.

@arcolinuxz
Copy link
Author

In the meantime users can git clone the github - install rigprep and use its search command rg

Screenshot from 2021-12-03 09-32-13

@arcolinuxz
Copy link
Author

`[erik@ArcoLinux-IsoBuilder wmderland]$ rg wmderlandc
build.sh
27: sudo rm /usr/local/bin/wmderlandc
63: echo "-- Building wmderlandc (client)"
76: echo "-- Installing wmderlandc (client), invoked with sudo make install"

ipc-client/CMakeLists.txt
2:project(wmderlandc VERSION 1.0.4)
10:add_executable(wmderlandc wmderlandc.c)
13:target_link_libraries(wmderlandc ${LINK_LIBRARIES})
16:install(TARGETS wmderlandc DESTINATION bin)

ipc-client/README.md
11:$ gcc -o wmderlandc wmderlandc.c -lX11
17:$ wmderlandc navigate_left
18:$ wmderlandc navigate_right
19:$ wmderlandc navigate_down
20:$ wmderlandc navigate_up
21:$ wmderlandc tile_h
22:$ wmderlandc tile_v
23:$ wmderlandc toggle_floating
24:$ wmderlandc toggle_fullscreen
25:$ wmderlandc goto_workspace
26:$ wmderlandc workspace
27:$ wmderlandc move_window_to_workspace
28:$ wmderlandc kill # kill current window
29:$ wmderlandc exit # exit WM
30:$ wmderlandc reload # reload config
31:$ wmderlandc debug_crash # don't use this`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants