-
Notifications
You must be signed in to change notification settings - Fork 3
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 #18 from remcoros/fix-windowmanager
fix: theme and window placement fixes
- Loading branch information
Showing
3 changed files
with
87 additions
and
23 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
# run a compositor to get transparency effects | ||
compton -b | ||
|
||
/opt/sparrow/bin/Sparrow | ||
dbus-launch /opt/sparrow/bin/Sparrow |
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,9 @@ | ||
#!/usr/bin/env bash | ||
#!/bin/bash | ||
|
||
# get rid of 'AT-SPI: Error retrieving accessibility bus address' warnings | ||
export NO_AT_BRIDGE=1 | ||
|
||
/usr/bin/openbox-session | ||
setterm blank 0 | ||
setterm powerdown 0 | ||
|
||
/usr/bin/openbox-session > /dev/null 2>&1 |
Oops, something went wrong.