moved catppuccin wallpapers into the main wallpapers folder, removed catppuccin folder
This commit is contained in:
70
README.md
70
README.md
@@ -65,6 +65,76 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run
|
|||||||
|
|
||||||
```sr``` == ```source ~/.zshrc```
|
```sr``` == ```source ~/.zshrc```
|
||||||
|
|
||||||
|
## Bindings
|
||||||
|
'mod' is Super by default.
|
||||||
|
<details>
|
||||||
|
<summary>Utility</summary>
|
||||||
|
```mod + printscreen``` = grimblast copy area
|
||||||
|
|
||||||
|
```mod + t``` = open swaync-client
|
||||||
|
|
||||||
|
```mod + a``` = open firefox
|
||||||
|
|
||||||
|
```mod + q``` = open kitty
|
||||||
|
|
||||||
|
```mod + c``` = kill active window
|
||||||
|
|
||||||
|
```mod + e``` = open nemo (file browser)
|
||||||
|
|
||||||
|
```mod + p``` = open toolbelt script window
|
||||||
|
|
||||||
|
```mod + m``` = open fuzzel (application launcher)
|
||||||
|
|
||||||
|
```mod + r``` = open neovide (neovim GUI)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Navigation</summary>
|
||||||
|
```super + b``` = togglesplit, # dwindle
|
||||||
|
|
||||||
|
```super + f``` = togglefloating
|
||||||
|
|
||||||
|
```super + g``` = fullscreen
|
||||||
|
|
||||||
|
```super + h``` = movefocus, l
|
||||||
|
|
||||||
|
```super + l``` = movefocus, r
|
||||||
|
|
||||||
|
```super + k``` = movefocus, u
|
||||||
|
|
||||||
|
```super + j``` = movefocus, d
|
||||||
|
|
||||||
|
```super + d``` = exec, switchmon
|
||||||
|
|
||||||
|
```super + 1``` = go to workspace 1
|
||||||
|
|
||||||
|
```super + 2``` = go to workspace 2
|
||||||
|
|
||||||
|
```super + 3``` = go to workspace 3
|
||||||
|
|
||||||
|
```super + 4``` = go to workspace 4
|
||||||
|
|
||||||
|
```super + 5``` = go to workspace 5
|
||||||
|
|
||||||
|
```super + 6``` = go to workspace 6
|
||||||
|
|
||||||
|
```super + shift + 1``` = movetoworkspace, 1
|
||||||
|
|
||||||
|
```super + shift + 2``` = movetoworkspace, 2
|
||||||
|
|
||||||
|
```super + shift + 3``` = movetoworkspace, 3
|
||||||
|
|
||||||
|
```super + shift + 4``` = movetoworkspace, 4
|
||||||
|
|
||||||
|
```super + shift + 5``` = movetoworkspace, 5
|
||||||
|
|
||||||
|
```super + shift + 6``` = movetoworkspace, 6
|
||||||
|
|
||||||
|
```super + s``` = togglespecialworkspace, magic
|
||||||
|
|
||||||
|
```super + shift + s``` = movetoworkspace, special:magic
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
@@ -159,7 +159,6 @@ in
|
|||||||
"super, t, exec, swaync-client -t -sw"
|
"super, t, exec, swaync-client -t -sw"
|
||||||
"super, a, exec, firefox"
|
"super, a, exec, firefox"
|
||||||
"super, q, exec, kitty --title Kitty"
|
"super, q, exec, kitty --title Kitty"
|
||||||
"super, d, exec, switchmon"
|
|
||||||
"super, c, killactive,"
|
"super, c, killactive,"
|
||||||
"super, e, exec, nemo"
|
"super, e, exec, nemo"
|
||||||
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
||||||
@@ -173,38 +172,21 @@ in
|
|||||||
"super, l, movefocus, r"
|
"super, l, movefocus, r"
|
||||||
"super, k, movefocus, u"
|
"super, k, movefocus, u"
|
||||||
"super, j, movefocus, d"
|
"super, j, movefocus, d"
|
||||||
|
"super, d, exec, switchmon"
|
||||||
"super, 1, exec, hyprctl 'dispatch workspace 1'"
|
"super, 1, exec, hyprctl 'dispatch workspace 1'"
|
||||||
"super, 2, exec, hyprctl 'dispatch workspace 2'"
|
"super, 2, exec, hyprctl 'dispatch workspace 2'"
|
||||||
"super, 3, exec, hyprctl 'dispatch workspace 3'"
|
"super, 3, exec, hyprctl 'dispatch workspace 3'"
|
||||||
"super, 4, exec, hyprctl 'dispatch workspace 4'"
|
"super, 4, exec, hyprctl 'dispatch workspace 4'"
|
||||||
"super, 5, exec, hyprctl 'dispatch workspace 5'"
|
"super, 5, exec, hyprctl 'dispatch workspace 5'"
|
||||||
"super, 6, exec, hyprctl 'dispatch workspace 6'"
|
"super, 6, exec, hyprctl 'dispatch workspace 6'"
|
||||||
"super, 7, exec, hyprctl 'dispatch workspace 7'"
|
|
||||||
"super, 8, exec, hyprctl 'dispatch workspace 8'"
|
|
||||||
"super, 9, exec, hyprctl 'dispatch workspace 9'"
|
|
||||||
"super, 0, exec, hyprctl 'dispatch workspace 10'"
|
|
||||||
"super alt, g, togglegroup"
|
|
||||||
"super alt, h, changegroupactive, b"
|
|
||||||
"super alt, l, changegroupactive, f"
|
|
||||||
"super shift, h, movewindoworgroup, l"
|
|
||||||
"super shift, l, movewindoworgroup, r"
|
|
||||||
"super shift, k, movewindoworgroup, u"
|
|
||||||
"super shift, j, movewindoworgroup, d"
|
|
||||||
"super shift, 1, movetoworkspace, 1"
|
"super shift, 1, movetoworkspace, 1"
|
||||||
"super shift, 2, movetoworkspace, 2"
|
"super shift, 2, movetoworkspace, 2"
|
||||||
"super shift, 3, movetoworkspace, 3"
|
"super shift, 3, movetoworkspace, 3"
|
||||||
"super shift, 4, movetoworkspace, 4"
|
"super shift, 4, movetoworkspace, 4"
|
||||||
"super shift, 5, movetoworkspace, 5"
|
"super shift, 5, movetoworkspace, 5"
|
||||||
"super shift, 6, movetoworkspace, 6"
|
"super shift, 6, movetoworkspace, 6"
|
||||||
"super shift, 7, movetoworkspace, 7"
|
|
||||||
"super shift, 8, movetoworkspace, 8"
|
|
||||||
"super shift, 9, movetoworkspace, 9"
|
|
||||||
"super shift, 0, movetoworkspace, 10"
|
|
||||||
"super, s, togglespecialworkspace, magic"
|
"super, s, togglespecialworkspace, magic"
|
||||||
"super shift, s, movetoworkspace, special:magic"
|
"super shift, s, movetoworkspace, special:magic"
|
||||||
"alt, grave, togglespecialworkspace, console"
|
|
||||||
"super, mouse_down, workspace, e+1"
|
|
||||||
"super, mouse_up, workspace, e-1"
|
|
||||||
];
|
];
|
||||||
bindm = [
|
bindm = [
|
||||||
"super, mouse:272, movewindow"
|
"super, mouse:272, movewindow"
|
||||||
|
|||||||
Reference in New Issue
Block a user