You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,20 @@ Video in which I make the PoC of this project: https://youtu.be/cuPirXZ6AWo
14
14
15
15
After building, run the executable ```lightwm.exe``` which will reside in the release and/or debug folder, depending on what you built.
16
16
17
-
Upon running, it will immediately tile all the non-minimized windows on your screen.
17
+
Upon running, it will immediately tile all the non-minimized windows on your screen. The program will run in the background.
18
18
19
-
The program will run in the background. To quit LightWM, use ```alt+q```.
19
+
If you want to configure it to run when you login, you can use the `Run` utility and type `shell:startup`, then create a LightWM shortcut in that folder.
20
20
21
-
You can use ```alt+j``` and ```alt+k``` to go to the next/previous window with your keyboard.
21
+
### Hotkeys
22
22
23
-
You can use ```alt+f``` hotkey to toggle fullscreen mode which will disable tiling and put the focused window in fullscreen, pressing ```alt+f``` again will enable tiling again and tile all non-minimized windows
24
-
25
-
You can use ```alt+1``` up until ```alt+9``` to go to workspace number ```1``` until ```9``` respectively
26
-
27
-
You can move the current focused window to a different workspace number by adding ```shift``` to the above command.
28
-
29
-
You can "force" retile by using ```alt+t```, you can use this as a trick to send the current focused window to the left.
23
+
-```alt+q``` - quit LightWM
24
+
-```alt+j``` - focus on next window
25
+
-```alt+k``` - focus on previous window
26
+
-```alt+f``` - toggle fullscreen mode (disables tiling and puts the focused window in fullscreen, pressing ```alt+f``` again will enable tiling again and tile all non-minimized windows)
27
+
-```alt+1``` up until ```alt+9``` - go to workspace number ```1``` until ```9``` respectively
28
+
- You can move the current focused window to a different workspace number by adding ```shift``` to the above command.
29
+
- You can "force" retile by using ```alt+t```, you can use this as a trick to send the current focused window to the left.
30
+
-`alt+\` toggles whether the automatic tiling is enabled/disabled. This is useful if you also use programs which don't play well with LightWM automatic tiling
0 commit comments