Skip to content

Commit

Permalink
Merge pull request #18 from remcoros/fix-windowmanager
Browse files Browse the repository at this point in the history
fix: theme and window placement fixes
  • Loading branch information
remcoros authored Sep 19, 2024
2 parents aa43b27 + 110019a commit 4904065
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 23 deletions.
2 changes: 1 addition & 1 deletion root/defaults/autostart
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
7 changes: 5 additions & 2 deletions root/defaults/startwm.sh
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
Loading

0 comments on commit 4904065

Please sign in to comment.