Package Details: helpers-for-i3-git r2.b8681d3-1

Git Clone URL: https://aur.archlinux.org/helpers-for-i3-git.git (read-only, click to copy)
Package Base: helpers-for-i3-git
Description: Handy scripts for i3 window manager: smart resize/open new workspace.
Upstream URL: https://github.com/vivien/helpers-for-i3.git
Licenses: GPL3
Submitter: Jeinzi
Maintainer: Jeinzi
Last Packager: Jeinzi
Votes: 1
Popularity: 0.000000
First Submitted: 2019-07-17 23:20 (UTC)
Last Updated: 2019-07-22 00:07 (UTC)

Latest Comments

Jeinzi commented on 2019-10-15 16:16 (UTC) (edited on 2019-10-15 16:16 (UTC) by Jeinzi)

Sorry for taking so long to reply - but I disagree, the configuration you posted doesn't do anything this package does.

  • "workspace next" shows the next used workspace, whereas i3-new-workspace opens the next empty workspace.
  • "resize grow/shrink" binds growing and shrinking the currently focused window to specific keys, no matter where the window is. I think that isn't intuitive. For example, the right arrow key should grow a window on the left of the screen, but shrink a window on the right if that is focused. This is what i3-smart-resize does.

Feresey commented on 2019-08-24 09:21 (UTC)

This application is useless. It only duplicates existing functionality.

Jeinzi commented on 2019-08-24 09:00 (UTC)

@Feresey: Cool, I didn't know about the commands for the previous and next workspace yet! But how is this related to this package?

Feresey commented on 2019-08-22 23:46 (UTC)

bindsym Mod4+Tab workspace next
bindsym Mod4+Shift+Tab workspace prev
mode "resize" {
        bindsym Left resize shrink width 10 px or 10 ppt
        bindsym Down resize grow height 10 px or 10 ppt
        bindsym Up resize shrink height 10 px or 10 ppt
        bindsym Right resize grow width 10 px or 10 ppt

        # back to normal: Enter or Escape
        bindsym Return mode "default"
        bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"

just part of my config