diff options
-rw-r--r-- | home/.config/mako/config | 2 | ||||
-rw-r--r-- | home/.config/sway/config | 4 | ||||
-rw-r--r-- | home/.local/share/Space Station 14/data/keybinds.yml | 16 |
3 files changed, 19 insertions, 3 deletions
diff --git a/home/.config/mako/config b/home/.config/mako/config index 939284c..44c7171 100644 --- a/home/.config/mako/config +++ b/home/.config/mako/config @@ -5,6 +5,6 @@ border-color=#9C27B0FF text-alignment=left icon-location=top -max-icon-size=280 +max-icon-size=286 height=800 width=300 diff --git a/home/.config/sway/config b/home/.config/sway/config index 2a51af4..1fae18e 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -220,11 +220,11 @@ bindsym --to-code $mod+C exec ~/git/hestia/record.sh # You can send windows there and get them back later. # Move the currently focused window to the scratchpad - bindsym $mod+Shift+minus move scratchpad + bindsym --to-code $mod+Shift+minus move scratchpad # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. - bindsym $mod+minus scratchpad show + bindsym --to-code $mod+minus scratchpad show # # Resizing containers: # diff --git a/home/.local/share/Space Station 14/data/keybinds.yml b/home/.local/share/Space Station 14/data/keybinds.yml index 2583d98..c851dc6 100644 --- a/home/.local/share/Space Station 14/data/keybinds.yml +++ b/home/.local/share/Space Station 14/data/keybinds.yml @@ -14,5 +14,21 @@ binds: - mod1: Alt key: MouseButton5 function: AltActivateItemInHand +- key: W + function: MoveUp +- key: Up + function: MoveUp +- key: A + function: MoveLeft +- key: Left + function: MoveLeft +- key: S + function: MoveDown +- key: Down + function: MoveDown +- key: D + function: MoveRight +- key: Right + function: MoveRight leaveEmpty: [] ... |