forked from qtile/qtile-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# G-Wizzy's qtile config files | ||
|
||
The main interest in these config files might be the shortcuts in keys.py and the bar customization in screens.py. | ||
|
||
Some parts of the the code (for instance the screenshot or multi-screen shortcuts in keys.py) reference some scripts that I have not included, since they aren't relevant in this repository. Feel free to contact me if you are interested. | ||
|
||
## Volume and brightness control | ||
|
||
Using the `shift` key when adjusting either the volume or the screen's brightness allows for finer tuning. | ||
|
||
Note that my bar's volume widget displays a value that seems wrong. I don't know why, but it kind of works well enough for me anyway. | ||
|
||
## Screenshot | ||
|
||
The `PrtSc` key allows for screenshots, and saves the image in `~/Pictures/` as `<datetime>.png`. Holding the `Ctrl` key saves the image to the clipboard instead, and the `Shift` key allows selecting the portion of the screen to capture. | ||
|
||
## Images | ||
|
||
![Empty desktop](images/empty.png) | ||
|
||
![With a crowded BSP layout](images/crowded.png) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.