-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from serpent-os/enhance-sway
Enhance sway ootb experience
- Loading branch information
Showing
15 changed files
with
211 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"scdoc": { | ||
"files": [ | ||
"/usr/bin/scdoc", | ||
"/usr/share/man/man1/scdoc.1", | ||
"/usr/share/man/man5/scdoc.5", | ||
"/usr/share/pkgconfig/scdoc.pc" | ||
], | ||
"name": "scdoc", | ||
"provides": [ | ||
"pkgconfig(scdoc)", | ||
"binary(scdoc)" | ||
] | ||
} | ||
}, | ||
"source-name": "scdoc", | ||
"source-release": "1", | ||
"source-version": "1.11.2" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
releases: | ||
id: 68662 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : scdoc | ||
version : '1.11.2' | ||
release : 1 | ||
homepage : https://git.sr.ht/~sircmpwn/scdoc | ||
upstreams : | ||
- https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.2.tar.gz : e9ff9981b5854301789a6778ee64ef1f6d1e5f4829a9dd3e58a9a63eacc2e6f0 | ||
summary : Simple man page generator | ||
description : | | ||
scdoc is a simple man page generator for POSIX systems written in C99. | ||
license : | ||
- MIT | ||
packages : | ||
- "%(name)": | ||
paths: | ||
- /usr/share/pkgconfig/scdoc.pc | ||
toolchain : gnu | ||
build : | | ||
%make PREFIX=/usr | ||
install : | | ||
%make_install PREFIX=/usr |
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/config.in b/config.in | ||
index 3eda7ac..55d0e80 100644 | ||
--- a/config.in | ||
+++ b/config.in | ||
@@ -14,11 +14,11 @@ set $down j | ||
set $up k | ||
set $right l | ||
# Your preferred terminal emulator | ||
-set $term foot | ||
+set $term alacritty | ||
# Your preferred application launcher | ||
# Note: pass the final command to swaymsg so that the resulting window can be opened | ||
# on the original workspace that the command was run on. | ||
-set $menu dmenu_path | dmenu | xargs swaymsg exec -- | ||
+set $menu tofi-drun | xargs swaymsg exec -- | ||
|
||
### Output configuration | ||
# |
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"tofi": { | ||
"build-depends": [ | ||
"binary(cmake)", | ||
"binary(scdoc)", | ||
"pkgconfig(cairo)", | ||
"pkgconfig(freetype2)", | ||
"pkgconfig(gio-unix-2.0)", | ||
"pkgconfig(glib-2.0)", | ||
"pkgconfig(harfbuzz)", | ||
"pkgconfig(pangocairo)", | ||
"pkgconfig(wayland-client)", | ||
"pkgconfig(wayland-protocols)", | ||
"pkgconfig(wayland-scanner)", | ||
"pkgconfig(xkbcommon)" | ||
], | ||
"depends": [ | ||
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", | ||
"soname(libc.so.6(x86_64))", | ||
"soname(libcairo.so.2(x86_64))", | ||
"soname(libfreetype.so.6(x86_64))", | ||
"soname(libgio-2.0.so.0(x86_64))", | ||
"soname(libglib-2.0.so.0(x86_64))", | ||
"soname(libgobject-2.0.so.0(x86_64))", | ||
"soname(libharfbuzz.so.0(x86_64))", | ||
"soname(libpango-1.0.so.0(x86_64))", | ||
"soname(libpangocairo-1.0.so.0(x86_64))", | ||
"soname(libwayland-client.so.0(x86_64))", | ||
"soname(libxkbcommon.so.0(x86_64))" | ||
], | ||
"files": [ | ||
"/usr/bin/tofi", | ||
"/usr/bin/tofi-drun", | ||
"/usr/bin/tofi-run", | ||
"/usr/share/bash-completion/completions/tofi", | ||
"/usr/share/bash-completion/completions/tofi-drun", | ||
"/usr/share/bash-completion/completions/tofi-run", | ||
"/usr/share/licenses/tofi/LICENSE", | ||
"/usr/share/man/man1/tofi-drun.1", | ||
"/usr/share/man/man1/tofi-run.1", | ||
"/usr/share/man/man1/tofi.1", | ||
"/usr/share/man/man5/tofi.5" | ||
], | ||
"name": "tofi", | ||
"provides": [ | ||
"binary(tofi)", | ||
"binary(tofi-drun)", | ||
"binary(tofi-run)" | ||
] | ||
} | ||
}, | ||
"source-name": "tofi", | ||
"source-release": "1", | ||
"source-version": "0.9.1" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
releases: | ||
id: 275299 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : tofi | ||
version : '0.9.1' | ||
release : 1 | ||
homepage : https://github.com/philj56/tofi | ||
upstreams : | ||
- https://github.com/philj56/tofi/archive/refs/tags/v0.9.1.tar.gz : dd55347b509af786f133def64f3a86f1db258b5e196de80e53d62827bdcc37bc | ||
summary : Fast and simple application launcher | ||
description : | | ||
An extremely fast and simple dmenu / rofi replacement for wlroots-based Wayland compositors such as Sway. | ||
license : | ||
- MIT | ||
builddeps : | ||
- binary(cmake) | ||
- binary(scdoc) | ||
- pkgconfig(cairo) | ||
- pkgconfig(freetype2) | ||
- pkgconfig(gio-unix-2.0) | ||
- pkgconfig(glib-2.0) | ||
- pkgconfig(harfbuzz) | ||
- pkgconfig(pangocairo) | ||
- pkgconfig(wayland-client) | ||
- pkgconfig(wayland-protocols) | ||
- pkgconfig(wayland-scanner) | ||
- pkgconfig(xkbcommon) | ||
setup : | | ||
%meson | ||
build : | | ||
%meson_build | ||
install : | | ||
%meson_install |