This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ninja -C b/ -d explain | |
| ninja: entering directory 'b/' | |
| ninja: explain PHONY: phony and no inputs | |
| ninja: explain xfce-revision.h: missing | |
| ninja: explain panel-desktop-handler.desktop: missing | |
| ninja: explain panel-preferences.desktop: missing | |
| ninja: explain libxfce4panel/libxfce4panel-enum-types.h: missing | |
| ninja: explain libxfce4panel/libxfce4panel-2.0.so.4.0.0.p/meson-generated_.._libxfce4panel-marshal.c.o: missing or outdated record in .ninja_deps | |
| ninja: explain libxfce4panel/libxfce4panel-marshal.h: missing | |
| ninja: explain libxfce4panel/libxfce4panel-marshal.c: missing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # include build.mk | |
| COMMENT = test | |
| V = 0 | |
| PKGNAME = test | |
| REVISION = 0 | |
| CATEGORIES = misc | |
| ARCH = amd64 | |
| BUILDDIR = sources | |
| ARCHIVE = sources.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Dekedro <dekedro@tankers.xyz> | |
| pkgname=dwl | |
| pkgver=0.5 | |
| pkgrel=0 | |
| pkgdesc="dwm for wayland" | |
| url="https://codeberg.org/dwl/dwl" | |
| arch="all" | |
| license="GPL-3.0-or-later" | |
| makedepends="wlroots-dev wayland-protocols" | |
| options="!check" # no tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cairo.h> | |
| #include <gtk/gtk.h> | |
| static void do_drawing(cairo_t *); | |
| static void tran_setup(GtkWidget *win) | |
| { | |
| GdkScreen *screen; | |
| GdkVisual *visual; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| unminimize () { | |
| jum=$(lswt | wc -l) | |
| count=$jum | |
| for i in $(seq $count); do | |
| wlrctl toplevel focus state:minimized |