From 3fbd84e1bfafeb4fe418f5f8affc706f0a27380a Mon Sep 17 00:00:00 2001 From: ACuteWoof Date: Wed, 12 Jun 2024 00:31:01 +0530 Subject: [PATCH] default --- README.md | 89 ++++++++++++++++++++++++++++++++++++++++++-- README.md.1 | 88 ------------------------------------------- config/settings.json | 2 +- 3 files changed, 87 insertions(+), 92 deletions(-) delete mode 100644 README.md.1 diff --git a/README.md b/README.md index 9705ce9..81ca15e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,88 @@ -# Woof qtile config +# Woof OS Qtile Edition - Qtile Config -LICENSE +![main image](https://os.lewoof.xyz/images/qtile/s4.png) -Yea I have no life +# Keybinds + +Woof OS uses a tiling window manager, qtile, mainly controlled using the keyboard. +The keybinds listed here are declared in `~/.config/qtile/config.py`. + +By default, [mod] is the Super/mod4 key, which is the ⊞ Win key on most keyboards, and the ⌘ Command key on Macs. + +## Focus navigation + +- [mod] H moves focus to the **left** +- [mod] L moves focus to the **right** +- [mod] J moves focus **down** +- [mod] K moves focus **up** +- [mod] Space moves focus to the **next window** +- [mod] . moves focus to the **next screen** + +The mouse can also be used to switch focus between windows by simply hovering over them. + +- [mod] 1/2/3/4/5/6/7/8/9 moves focus to the workspace assigned to the ID + +## Window arrangement + +- [mod] Shift H moves focused window to the **left** +- [mod] Shift L moves focused window to the **right** +- [mod] Shift J moves focused window **down** +- [mod] Shift K moves focused window **up** +- [mod] Shift Return toggles between split and unsplit sides of stack +- [mod] Tab toggles between layouts +- [mod] Shift 1/2/3/4/5/6/7/8/9 shifts focused window to the workspace assigned to the ID + +## Window sizing + +- [mod] CTRL H grows window to the **left** +- [mod] CTRL L grows window to the **right** +- [mod] CTRL J grows window **down** +- [mod] CTRL K grows window **up** +- [mod] N resets all window sizes + +## Miscellaneous and launching programs + +- [mod] Return launches the terminal (alacritty) +- [mod] R opens the Rofi run launcher +- [mod] P opens the Rofi power menu +- [mod] B launches the web browser (brave) +- [mod] C launches the file manager (vifm) +- [mod] Z opens copied PDF URL in Zathura +- [mod] Y opens copied YouTube URL in MPV (using yt-dlp) +- [mod] F opens the Flameshot GUI +- [mod] S takes a full screenshot using Scrot +- [mod] T spawns a command using a prompt +- [mod] V shows the active windows through Rofi +- [mod] D sends a notification including the current date and time +- [mod] Q kills focused window +- [mod] CTRL R restarts Qtile +- [mod] CTRL Q shuts down Qtile + +# Gallery + +![main image](https://os.lewoof.xyz/images/qtile/s4.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s0.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s1.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s2.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s3.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s5.png) + +![screenshot](https://os.lewoof.xyz/images/qtile/s6.png) + +--- + +## Contact + +- Email: [sutharshanvithushan@gmail.com](mailto:sutharshanvithushan@gmail.com) +- Matrix: [#woof-os:mx.lewoof.xyz](https://matrix.to/#/#woof-os:matrix.org) | [@acutewoof:mx.lewoof.xyz](https://matrix.to/#/@acutewoof:matrix.org) +- Discord: [Woof OS](https://discord.gg/2G2yGUAXUS) + +## Donate + +- **Monero:** 88Ftpu3ncRyLv7Z2c14b9L4MsyWscEqLBJhENxviYtmtRfidDx6G9y3Xyd8aYF8NRV2c2dF5QZiyTfHwuWLH9qmsSpskLhj +- **BuyMeACoffee:** [acutewoof](https://buymeacoffee.com/acutewoof) diff --git a/README.md.1 b/README.md.1 deleted file mode 100644 index 81ca15e..0000000 --- a/README.md.1 +++ /dev/null @@ -1,88 +0,0 @@ -# Woof OS Qtile Edition - Qtile Config - -![main image](https://os.lewoof.xyz/images/qtile/s4.png) - -# Keybinds - -Woof OS uses a tiling window manager, qtile, mainly controlled using the keyboard. -The keybinds listed here are declared in `~/.config/qtile/config.py`. - -By default, [mod] is the Super/mod4 key, which is the ⊞ Win key on most keyboards, and the ⌘ Command key on Macs. - -## Focus navigation - -- [mod] H moves focus to the **left** -- [mod] L moves focus to the **right** -- [mod] J moves focus **down** -- [mod] K moves focus **up** -- [mod] Space moves focus to the **next window** -- [mod] . moves focus to the **next screen** - -The mouse can also be used to switch focus between windows by simply hovering over them. - -- [mod] 1/2/3/4/5/6/7/8/9 moves focus to the workspace assigned to the ID - -## Window arrangement - -- [mod] Shift H moves focused window to the **left** -- [mod] Shift L moves focused window to the **right** -- [mod] Shift J moves focused window **down** -- [mod] Shift K moves focused window **up** -- [mod] Shift Return toggles between split and unsplit sides of stack -- [mod] Tab toggles between layouts -- [mod] Shift 1/2/3/4/5/6/7/8/9 shifts focused window to the workspace assigned to the ID - -## Window sizing - -- [mod] CTRL H grows window to the **left** -- [mod] CTRL L grows window to the **right** -- [mod] CTRL J grows window **down** -- [mod] CTRL K grows window **up** -- [mod] N resets all window sizes - -## Miscellaneous and launching programs - -- [mod] Return launches the terminal (alacritty) -- [mod] R opens the Rofi run launcher -- [mod] P opens the Rofi power menu -- [mod] B launches the web browser (brave) -- [mod] C launches the file manager (vifm) -- [mod] Z opens copied PDF URL in Zathura -- [mod] Y opens copied YouTube URL in MPV (using yt-dlp) -- [mod] F opens the Flameshot GUI -- [mod] S takes a full screenshot using Scrot -- [mod] T spawns a command using a prompt -- [mod] V shows the active windows through Rofi -- [mod] D sends a notification including the current date and time -- [mod] Q kills focused window -- [mod] CTRL R restarts Qtile -- [mod] CTRL Q shuts down Qtile - -# Gallery - -![main image](https://os.lewoof.xyz/images/qtile/s4.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s0.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s1.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s2.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s3.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s5.png) - -![screenshot](https://os.lewoof.xyz/images/qtile/s6.png) - ---- - -## Contact - -- Email: [sutharshanvithushan@gmail.com](mailto:sutharshanvithushan@gmail.com) -- Matrix: [#woof-os:mx.lewoof.xyz](https://matrix.to/#/#woof-os:matrix.org) | [@acutewoof:mx.lewoof.xyz](https://matrix.to/#/@acutewoof:matrix.org) -- Discord: [Woof OS](https://discord.gg/2G2yGUAXUS) - -## Donate - -- **Monero:** 88Ftpu3ncRyLv7Z2c14b9L4MsyWscEqLBJhENxviYtmtRfidDx6G9y3Xyd8aYF8NRV2c2dF5QZiyTfHwuWLH9qmsSpskLhj -- **BuyMeACoffee:** [acutewoof](https://buymeacoffee.com/acutewoof) diff --git a/config/settings.json b/config/settings.json index 3bc5e69..86384a6 100644 --- a/config/settings.json +++ b/config/settings.json @@ -1 +1 @@ -{"looks": {"wallpaper": "/home/acutewoof/Pictures/wallpapers/0065.jpg", "caret_font_size": 49, "caret_font": "Font Awesome 5 Free Solid", "panel-opacity": 1.0, "panel-size": 20}, "display": {"screen-count": 1}} \ No newline at end of file +{"looks": {"wallpaper": "/etc/woofos/def.png", "caret_font_size": 49, "caret_font": "Font Awesome 5 Free Solid", "panel-opacity": 1.0, "panel-size": 20}, "display": {"screen-count": 1}}