Hey there, I took over this package and will bring this package back up-to-date over the next few days. If anything breaks please let me know!
Search Criteria
Package Details: i3-gaps-rounded-git 4.20.1.r84.g8e5eed5b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/i3-gaps-rounded-git.git (read-only, click to copy) |
---|---|
Package Base: | i3-gaps-rounded-git |
Description: | A fork of i3wm tiling window manager with more features, including gaps and rounded corners |
Upstream URL: | https://github.com/FinnHering/i3 |
Keywords: | i3 |
Licenses: | BSD |
Conflicts: | i3-gaps, i3-gaps-git, i3-git, i3-wm, i3bar, i3bar-git |
Provides: | i3-wm |
Submitter: | rhysperry111 |
Maintainer: | GhostyLNX |
Last Packager: | GhostyLNX |
Votes: | 14 |
Popularity: | 0.34 |
First Submitted: | 2019-08-06 17:02 (UTC) |
Last Updated: | 2022-04-18 08:53 (UTC) |
Dependencies (19)
- libev (milter-manager-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- pcre2 (pcre2-svn)
- perl (perl-git)
- startup-notification (startup-notification-git)
- xcb-util-cursor (xcb-util-cursor-git)
- xcb-util-keysyms
- xcb-util-wm
- xcb-util-xrm
- yajl (yajl-edenhill-git, yajl-git)
- asciidoc (asciidoc-git) (make)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- meson (meson-git) (make)
- xmlto (xmlto-git) (make)
- i3lock (i3lock-cac03-git, i3lock-s3lph-git, i3lock-blur, i3lock-cri, i3lock-color-git, i3lock-color, i3lock-git) (optional) – For locking your screen.
- i3status (i3status-mpd-git, i3status-git) (optional) – To display system information with a bar.
Required by (48)
- alternating-layouts-git (requires i3-wm)
- battery_warning (requires i3-wm)
- flashfocus (requires i3-wm) (optional)
- helpers-for-i3-git (requires i3-wm)
- i3-auto-arrange (requires i3-wm)
- i3-cinnamon-git (requires i3-wm)
- i3-extra-workspace-git (requires i3-wm)
- i3-gnome (requires i3-wm)
- i3-gnome-flashback (requires i3-wm)
- i3-layout-manager-git (requires i3-wm)
- i3-layouts (requires i3-wm)
- i3-match-git (requires i3-wm) (make)
- i3-projects (requires i3-wm)
- i3-resurrect (requires i3-wm) (optional)
- i3-resurrect-git (requires i3-wm) (optional)
- i3-scratchpad-git (requires i3-wm)
- i3-swallow-git (requires i3-wm)
- i3-workspace-groups (requires i3-wm)
- i3-workspace-groups-git (requires i3-wm)
- i3-workspace-names (requires i3-wm)
Sources (1)
Latest Comments
GhostyLNX commented on 2022-04-13 14:14 (UTC)
joshpetit commented on 2021-05-04 16:13 (UTC)
Yea, I just wanted to try it out and see what it looked like. For now I'm just opting to use picom's corner-radius option.
rhysperry111 commented on 2021-05-04 15:40 (UTC)
I haven't even attempted to build this package in ages as I moved to Sway about a year ago. I personally wouldn't reccomend using it anyway, as the rounded fork is exremely out of date
joshpetit commented on 2021-05-04 15:36 (UTC)
I've been getting this error:
../configure:2946: parse error near `test'
==> ERROR: A failure occurred in build().
Aborting...
error making: i3-gaps-rounded-git
Has anyone else gotten this?
dedguy21 commented on 2020-12-06 18:22 (UTC)
For noobs: the following has to be in your i3 configs to get gaps and round corners:
1) for_window [class=".*"] border pixel 0
2) border_radius 24 --"or pick any integer"
3) set inner and outer gaps
droidbot1711 commented on 2020-07-18 08:34 (UTC)
Can confirm that @antouank's proposed change to the PKGBUILD works.
antouank commented on 2020-06-13 19:00 (UTC)
seems like this change in PKGBUILD
solves it
- make CPPFLAGS+="-U_FORTIFY_SOURCE"
+ make CFLAGS+=" -fcommon"
antouank commented on 2020-06-13 18:54 (UTC)
getting an error when trying to build.
Note: Writing i3-input.1
Note: Writing i3-nagbar.1
CCLD i3-config-wizard/i3-config-wizard
CCLD i3-dump-log/i3-dump-log
Note: Writing i3-config-wizard.1
CCLD i3-input/i3-input
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1681: i3bar/i3bar] Error 1
make[1]: *** Waiting for unfinished jobs....
Note: Writing i3-migrate-config-to-v4.1
Note: Writing i3-sensible-editor.1
Note: Writing i3-sensible-pager.1
Note: Writing i3-sensible-terminal.1
Note: Writing i3-dump-log.1
make[1]: Leaving directory '/home/antouank/Downloads/i3-gaps-rounded-git/src/i3/build'
make: *** [Makefile:1332: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
anyone else getting the same?
starkers commented on 2020-01-16 15:21 (UTC)
please add these build deps: autoconf gcc make
fmartingr commented on 2019-09-06 14:52 (UTC)
automake is missing from build dependencies
MysticFragilist commented on 2019-08-27 18:30 (UTC)
The source in PKGBUILD should be this : 'i3::git+https://github.com/resloved/i3#branch=shape' as stated in this page https://wiki.archlinux.org/index.php/VCS_package_guidelines . It does not work out of the box for now.
Pinned Comments
GhostyLNX commented on 2022-04-13 14:14 (UTC)
Hey there, I took over this package and will bring this package back up-to-date over the next few days. If anything breaks please let me know!