-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "waswm" | ||
name = "coppe-wm" | ||
version = "0.0.1" | ||
authors = ["Mikhail Pogretskiy <[email protected]>"] | ||
edition = "2018" | ||
|
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
[tasks.install] | ||
description = "Installs waswm in /usr/local/bin." | ||
description = "Installs coppe-wm in /usr/local/bin." | ||
script = [ | ||
"cargo build --release", | ||
"echo Installing in /usr/local/bin", | ||
"sudo mkdir -p /usr/local/bin", | ||
"sudo cp -f target/release/waswm /usr/local/bin", | ||
"sudo chmod 755 /usr/local/bin/waswm", | ||
"sudo cp -f target/release/coppe-wm /usr/local/bin", | ||
"sudo chmod 755 /usr/local/bin/coppe-wm", | ||
|
||
"sudo mkdir -p /usr/local/share/xsessions", | ||
"sudo cp configuration/xsessions/waswm.desktop /usr/local/share/xsessions", | ||
"sudo cp configuration/xsessions/coppe-wm.desktop /usr/local/share/xsessions", | ||
] | ||
|
||
[tasks.xephyr] | ||
description = "Tests the debug build inside xnest" | ||
script = [ | ||
"cargo build", | ||
"Xephyr -name 'waswm' -br -ac -noreset -screen 1024x768 +xinerama :2 &", | ||
"sleep 1 && RUST_LOG=${RUST_LOG:-waswm} DISPLAY=:2 exec target/debug/waswm" | ||
"Xephyr -name 'coppe-wm' -br -ac -noreset -screen 1024x768 +xinerama :2 &", | ||
"sleep 1 && RUST_LOG=${RUST_LOG:-coppe-wm} DISPLAY=:2 exec target/debug/coppe-wm" | ||
] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[Desktop Entry] | ||
Name=waswm | ||
Name=coppe-wm | ||
Comment=Window manager configurable with WASM plugins | ||
TryExec=waswm | ||
Exec=waswm | ||
TryExec=coppe-wm | ||
Exec=coppe-wm | ||
Type=Application |
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