Skip to content

Commit 64839d4

Browse files
authored
Typo/comment fixes (#481)
* docs: Fix typo's in comments * fix: Add missing space to description * fix: update descriptions to match keybindings in .config
1 parent 0167f9e commit 64839d4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

β€ŽConfigs/.config/hypr/hyde.confβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898

9999
# These variable will override the default and the theme configuration
100-
# Do not uncomment the variables if you want want HyDE do the theme configuration for you
100+
# Do not uncomment the variables if you want HyDE to do the theme configuration for you
101101

102102
# // β–ˆβ–€β–€β€ƒβ–€β–ˆβ–€β€ƒβ–ˆβ–„β–€
103103
# // β–ˆβ–„β–ˆβ€ƒβ–‘β–ˆβ–‘β€ƒβ–ˆβ–‘β–ˆ

β€ŽConfigs/.config/hypr/keybindings.confβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ bindde = $mainMod Shift, Down, $d resize window down, resizeactive, 0 30
5959
# Move active window around current workspace with mainMod + Shift + Control [←→↑↓]
6060
$d=[$wm|Move active window across workspace]
6161
$moveactivewindow=grep -q "true" <<< $(hyprctl activewindow -j | jq -r .floating) && hyprctl dispatch moveactive
62-
bindde = $mainMod Shift Control, left, Move activewindow to the left, exec, $moveactivewindow -30 0 || hyprctl dispatch movewindow l
63-
bindde = $mainMod Shift Control, right, Move activewindow to the right, exec, $moveactivewindow 30 0 || hyprctl dispatch movewindow r
64-
bindde = $mainMod Shift Control, up, Move activewindow up, exec, $moveactivewindow 0 -30 || hyprctl dispatch movewindow u
65-
bindde = $mainMod Shift Control, down, Move activewindow down, exec, $moveactivewindow 0 30 || hyprctl dispatch movewindow d
62+
bindde = $mainMod Shift Control, left, Move active window to the left, exec, $moveactivewindow -30 0 || hyprctl dispatch movewindow l
63+
bindde = $mainMod Shift Control, right, Move active window to the right, exec, $moveactivewindow 30 0 || hyprctl dispatch movewindow r
64+
bindde = $mainMod Shift Control, up, Move active window up, exec, $moveactivewindow 0 -30 || hyprctl dispatch movewindow u
65+
bindde = $mainMod Shift Control, down, Move active window down, exec, $moveactivewindow 0 30 || hyprctl dispatch movewindow d
6666

6767
# Move/Resize focused window
6868
$d=[$wm|Move & Resize with mouse]

β€ŽConfigs/.local/share/hyde/hyde.confβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $env.XDG_CACHE_HOME=$HOME/.cache
9797
$env.XDG_DATA_HOME=$HOME/.local/share
9898

9999
# These variable will override the default and the theme configuration
100-
# Do not uncomment the variables if you want want HyDE do the theme configuration for you
100+
# Do not uncomment the variables if you want HyDE to do the theme configuration for you
101101

102102
# // β–ˆβ–€β–€β€ƒβ–€β–ˆβ–€β€ƒβ–ˆβ–„β–€
103103
# // β–ˆβ–„β–ˆβ€ƒβ–‘β–ˆβ–‘β€ƒβ–ˆβ–‘β–ˆ

β€ŽConfigs/.local/share/hyde/keybindings.confβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ bind = $mainMod+Ctrl+Alt, Left, movetoworkspace, r-1
138138

139139
# Move active window around current workspace with mainMod + SHIFT + CTRL [←→↑↓]
140140
$moveactivewindow=grep -q "true" <<< $(hyprctl activewindow -j | jq -r .floating) && hyprctl dispatch moveactive
141-
binded = $mainMod SHIFT $CONTROL, left,Move activewindow to the right,exec, $moveactivewindow -30 0 || hyprctl dispatch movewindow l
142-
binded = $mainMod SHIFT $CONTROL, right,Move activewindow to the right,exec, $moveactivewindow 30 0 || hyprctl dispatch movewindow r
143-
binded = $mainMod SHIFT $CONTROL, up,Move activewindow to the right,exec, $moveactivewindow 0 -30 || hyprctl dispatch movewindow u
144-
binded = $mainMod SHIFT $CONTROL, down,Move activewindow to the right,exec, $moveactivewindow 0 30 || hyprctl dispatch movewindow d
141+
binded = $mainMod SHIFT $CONTROL, left,Move active window to the left,exec, $moveactivewindow -30 0 || hyprctl dispatch movewindow l
142+
binded = $mainMod SHIFT $CONTROL, right,Move active window to the right,exec, $moveactivewindow 30 0 || hyprctl dispatch movewindow r
143+
binded = $mainMod SHIFT $CONTROL, up,Move active window up,exec, $moveactivewindow 0 -30 || hyprctl dispatch movewindow u
144+
binded = $mainMod SHIFT $CONTROL, down,Move active window down,exec, $moveactivewindow 0 30 || hyprctl dispatch movewindow d
145145

146146
# Scroll through existing workspaces
147147
bind = $mainMod, mouse_down, workspace, e+1

0 commit comments

Comments
Β (0)