Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize mode not resizing (with custom keybinds?) #290

Open
tarek-y-ismail opened this issue Nov 5, 2024 · 0 comments
Open

Resize mode not resizing (with custom keybinds?) #290

tarek-y-ismail opened this issue Nov 5, 2024 · 0 comments

Comments

@tarek-y-ismail
Copy link

Launching resize mode with super + r then super + left/right/up/down does not seem to work on my end. My test scenario was launching both element and firefox and trying to resize element via the aforementioned shortcuts. My current suspicion is that my keybind overrides might be the culprit.

Here's the entirety of my config since Github doesn't support attaching yaml files ....
action_key: meta

terminal: gnome-terminal

custom_actions:
  - command: wofi --show=drun
    action: down
    modifiers:
      - primary
    key: KEY_SPACE
  - command: grim
    action: down
    key: KEY_SYSRQ

border:
  size: 2
  color: 0xbd93f9ff
  focus_color: 0x50fa7bff

startup_apps:
  - command: waybar
    restart_on_death: true
  - command: swaybg -i /home/tarek/tsutomu-nihei-wallpapers/18\ -\ ar0Qp.jpg --mode fit

animations:
    - event: window_open
      type: grow
      function: ease_in_out_back
      duration: 0.1
    - event: window_move
      type: slide
      function: ease_in_out_back
      duration: 0.1
    - event: window_close
      type: shrink
      function: ease_out_back
      duration: 0.1
    - event: workspace_switch
      type: slide
      function: ease_out_sine
      duration: 0.1

default_action_overrides:
  - name: toggle_floating
    action: down
    modifiers:
      - primary
      - shift
    key: KEY_F
  - name: move_up
    action: down
    modifiers:
      - primary
      - shift
    key: KEY_K
  - name: move_down
    action: down
    modifiers:
      - primary
      - shift
    key: KEY_J
  - name: move_right
    action: down
    modifiers:
      - primary
      - shift
    key: KEY_L
  - name: move_left
    action: down
    modifiers:
      - primary
      - shift
    key: KEY_H
  - name: select_up
    action: down
    modifiers:
      - primary
    key: KEY_K
  - name: select_down
    action: down
    modifiers:
      - primary
    key: KEY_J
  - name: select_right
    action: down
    modifiers:
      - primary
    key: KEY_L
  - name: select_left
    action: down
    modifiers:
      - primary
    key: KEY_H

inner_gaps:
  x: 0
  y: 0

outer_gaps:
  x: 0
  y: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant