Update README.md
This commit is contained in:
parent
3bd8b5065e
commit
48df8bbf0e
1 changed files with 26 additions and 20 deletions
46
README.md
46
README.md
|
@ -20,7 +20,9 @@ Each folder in the root of this repository functions as a module with files insi
|
|||
|
||||
Window Manager: [river](https://github.com/riverwm/river) (Wayland/wlroots) - [config](river/.config/river/init)
|
||||
|
||||
Cursor/Icons: Adwaita
|
||||
Cursor Theme: [Wii Pointer Cursors](https://primm.gay/extras/other/cursors/) (not pictured in screenshot)
|
||||
|
||||
Icons: Adwaita
|
||||
|
||||
GTK 2/3 Theme: Adwaita (Dark)
|
||||
|
||||
|
@ -38,9 +40,13 @@ Menu: [Fuzzel](https://codeberg.org/dnkl/fuzzel) - [config](fuzzel/.config/fuzze
|
|||
|
||||
Wallpaper Daemon: [swww](https://github.com/Horus645/swww)
|
||||
|
||||
Screen Locker: [swaylock-effects](https://github.com/mortie/swaylock-effects) - [config](swaylock/.config/swaylock/config)
|
||||
|
||||
Logout Prompt: [wlogout](https://github.com/ArtsyMacaw/wlogout) - [config](wlogout/.config/wlogout/layout) (plus extra launch options in bar config)
|
||||
|
||||
File Manager: [lf](https://github.com/gokcehan/lf) - [config](lf/.config/lf/lfrc) / Thunar
|
||||
|
||||
Image/Video Player: [imv](https://sr.ht/~exec64/imv/) / [mpv](https://mpv.io/) - [config]
|
||||
Image/Video Player: [imv](https://sr.ht/~exec64/imv/) / [mpv](https://mpv.io/) - [config](mpv/.config/mpv/mpv.conf)
|
||||
|
||||
Editor: [Code - OSS](https://github.com/code-oss-dev/code) - [config](code/.config/Code%20-%20OSS/User/settings.json)
|
||||
|
||||
|
@ -50,14 +56,8 @@ Screenshot tool: [screenshot.sh](screenshot.sh)
|
|||
|
||||
Other:
|
||||
|
||||
- [GameMode](https://github.com/FeralInteractive/gamemode)
|
||||
- [gamescope](https://github.com/ValveSoftware/gamescope)
|
||||
- [GOverlay](https://github.com/benjamimgois/goverlay)
|
||||
- [Heroic Games Launcher](https://heroicgameslauncher.com/)
|
||||
- [MangoHud](https://github.com/flightlessmango/MangoHud)
|
||||
- [Prism Launcher](https://prismlauncher.org/)
|
||||
- Steam
|
||||
- [Syncthing](https://syncthing.net/)
|
||||
- [BTOP++](https://github.com/aristocratos/btop) - [config](btop/.config/btop/btop.conf)
|
||||
- [MangoHud](https://github.com/flightlessmango/MangoHud) - [config](mangohud/.config/MangoHud/MangoHud.conf)
|
||||
|
||||
## river
|
||||
|
||||
|
@ -85,34 +85,40 @@ Exit session - Super+Alt+Shift+Escape
|
|||
|
||||
Screenshot (full) - Print
|
||||
|
||||
Screenshot (monitor) - Super+Print
|
||||
|
||||
Screenshot (region) - Alt+Print
|
||||
|
||||
Toggle microphone mute - Super+M
|
||||
|
||||
#### Window
|
||||
|
||||
Close focused - Super+Shift+Q
|
||||
Close focused window - Super+Shift+Q
|
||||
|
||||
Focus next/previous - Super+J / Super+K
|
||||
Focus next/previous window - Super+J / Super+K
|
||||
|
||||
Swap next/previous - Super+Shift+J / Super+Shift+K
|
||||
Swap next/previous window - Super+Shift+J / Super+Shift+K
|
||||
|
||||
Move focused to main - Super+I
|
||||
Focus previous/next output - Super+H / Super+L
|
||||
|
||||
Decrease/increase main size - Super+H / Super+L
|
||||
Move focused window to previous/next output - Super+Shift+H / Super+Shift+L
|
||||
|
||||
Decrement/increment main count - Super+Shift+H / Super+Shift+L
|
||||
Move focused window to main - Super+I
|
||||
|
||||
Decrease/increase main size - Super+- / Super+=
|
||||
|
||||
Decrement/increment main count - Super+Shift+- / Super+Shift+=
|
||||
|
||||
Switch to tag {1,9} - Super+{1,9}
|
||||
|
||||
Move focused to tag {1,9} - Super+Shift+{1,9}
|
||||
Move focused window to tag {1,9} - Super+Shift+{1,9}
|
||||
|
||||
Show all tags - Super+0
|
||||
|
||||
Move focused to all tags - Super+Shift+0
|
||||
Move focused window to all tags - Super+Shift+0
|
||||
|
||||
Set main position (left by default) - Super+Left / Super+Right / Super+Up / Super+Down
|
||||
|
||||
Toggle focused floating - Super+Space
|
||||
Toggle focused window floating - Super+Space
|
||||
|
||||
Toggle focused fullscreen - Super+Shift+Space
|
||||
Toggle focused window fullscreen - Super+Shift+Space
|
||||
|
|
Loading…
Add table
Reference in a new issue