summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2019-03-06 00:00:04 +0900
committerQue Quotion2019-03-06 00:00:04 +0900
commit9b6f7ea6a85a6f7709c788e368405ec126a540fa (patch)
tree42d619de92e8c11d64dcd7ede8f0ec9e8040969a
parentac83bc8d1769ebc0bc3f3a953e77408ae0027225 (diff)
downloadaur-9b6f7ea6a85a6f7709c788e368405ec126a540fa.tar.gz
Update rc.xml: match elementary OS titlebar layout (CL), set W-e to open pantheon-files, match behavior with compiz 'rotate cube' mouse binding (same binding in both Desktop and Frame context); swap old list of applications for manditory placement and sizing; add dbus to optdepends()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--rc.xml80
3 files changed, 45 insertions, 43 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8fa41856d04..0b9db399b258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = pantheon-lite
optdepends = elementary-os-openbox: Elementary theme for Openbox
optdepends = hsetroot: Set X11 background
optdepends = xorg-xwininfo: set mousewheel transparency scrolling like compiz with compton-trans
+ optdepends = dbus: set window color inversion with compton-inverter (must enable dbus backend in compton)
provides = pantheon-lite
source = pantheon-openbox.desktop
source = pantheon-openbox.session
@@ -32,7 +33,7 @@ pkgbase = pantheon-lite
sha512sums = 8696b95b4f6b37c9edddcdbef95300d0651d56b12cf1238204874aa625a37c84a30b324b08bdfbe67735785eea2c448e09ad3e2028c0f6058b02b7d4cf665e7c
sha512sums = 2efa62a0e56a966648b4394d36d10b616ec6e70d06af76f94ea0a2c106257988dcbbad03a7a1a00015d216ef15c084e2ee4b9c0c3d81b4deceeee8e9a29e7dac
sha512sums = c70588c4d844c8916a97c61fae40dab2a38527fa0d31c7261700766f2e784d642edccb1a64544b9dfdc0655dd5a6b872e9bf323029091656ae45b0924d15ea0e
- sha512sums = d9f87bc4d988186f6428c3f1632f4c7722bae703090c4ede1bca0c2620abb75622594132edad0fee06225019d11a76e4075ea3bb3e022795efa66cd9e69b887b
+ sha512sums = d138b755854d2b6242d6ec10b9c92efdc8505764b7f678223cf9241deba6727cc73001bdde6a2b10377e15b459d5b978e17829a56b5bc28d7385eba766974284
sha512sums = 500a6aea4fa1015cfffc37b8b2ec71c89e5be170197532848132e981dba6be8126f1e661e5be3ed9a19858a7af737c3ea989c0be605b0fbf3fe1d415b2e7042b
pkgname = pantheon-lite
diff --git a/PKGBUILD b/PKGBUILD
index 582c7f4680a0..fb6d1ef959a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ depends=('openbox' 'compton' 'pantheon-workarounds'
optdepends=("obconf: openbox configuration utility"
"elementary-os-openbox: Elementary theme for Openbox"
"hsetroot: Set X11 background"
- "xorg-xwininfo: set mousewheel transparency scrolling like compiz with compton-trans")
+ "xorg-xwininfo: set mousewheel transparency scrolling like compiz with compton-trans"
+ "dbus: set window color inversion with compton-inverter (must enable dbus backend in compton)")
provides=("pantheon-lite")
conflicts=()
source=(pantheon-openbox.{desktop,session}
@@ -28,7 +29,7 @@ sha512sums=('6cb25616a1fd238040f81eb8ed2c26f35fa9d9648c2b551df7e3bc2d56726d41d8b
'8696b95b4f6b37c9edddcdbef95300d0651d56b12cf1238204874aa625a37c84a30b324b08bdfbe67735785eea2c448e09ad3e2028c0f6058b02b7d4cf665e7c'
'2efa62a0e56a966648b4394d36d10b616ec6e70d06af76f94ea0a2c106257988dcbbad03a7a1a00015d216ef15c084e2ee4b9c0c3d81b4deceeee8e9a29e7dac'
'c70588c4d844c8916a97c61fae40dab2a38527fa0d31c7261700766f2e784d642edccb1a64544b9dfdc0655dd5a6b872e9bf323029091656ae45b0924d15ea0e'
- 'd9f87bc4d988186f6428c3f1632f4c7722bae703090c4ede1bca0c2620abb75622594132edad0fee06225019d11a76e4075ea3bb3e022795efa66cd9e69b887b'
+ 'd138b755854d2b6242d6ec10b9c92efdc8505764b7f678223cf9241deba6727cc73001bdde6a2b10377e15b459d5b978e17829a56b5bc28d7385eba766974284'
'500a6aea4fa1015cfffc37b8b2ec71c89e5be170197532848132e981dba6be8126f1e661e5be3ed9a19858a7af737c3ea989c0be605b0fbf3fe1d415b2e7042b')
package() {
diff --git a/rc.xml b/rc.xml
index 7c1509b11f8c..7fa6a96f20c7 100644
--- a/rc.xml
+++ b/rc.xml
@@ -41,7 +41,7 @@
</placement>
<theme>
<name>Adwaita-Dark-openbox</name>
- <titleLayout>LC</titleLayout>
+ <titleLayout>CL</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
N: window icon
@@ -287,10 +287,10 @@
</keybind>
<keybind key="W-e">
<action name="Execute">
- <command>kfmclient openProfile filemanagement</command>
+ <command>io.elementary.files</command>
<startupnotify>
<enabled>yes</enabled>
- <name>Konqueror</name>
+ <name>Files</name>
</startupnotify>
</action>
</keybind>
@@ -346,12 +346,12 @@
<command>compton-trans -c -5</command>
</action>
</mousebind>
- <mousebind action="Click" button="C-A-Up">
+ <mousebind action="Click" button="Button6">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
- <mousebind action="Click" button="C-A-Down">
+ <mousebind action="Click" button="Button7">
<action name="GoToDesktop">
<to>next</to>
</action>
@@ -539,12 +539,12 @@
</mousebind>
</context>
<context name="Desktop">
- <mousebind action="Click" button="Up">
+ <mousebind action="Click" button="Button6">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
- <mousebind action="Click" button="Down">
+ <mousebind action="Click" button="Button7">
<action name="GoToDesktop">
<to>next</to>
</action>
@@ -640,50 +640,50 @@
<!-- show the manage desktops section in the client-list-(combined-)menu -->
</menu>
<applications>
- <application name="super-wingpanel">
- <desktop>all</desktop>
- </application>
<application name="wingpanel">
<desktop>all</desktop>
+ <layer>above</layer>
</application>
- <application class="Gnome-control-center">
- <decor>no</decor>
- </application>
- <application class="Terminal">
- <decor>no</decor>
- </application>
- <application class="Audience">
- <decor>no</decor>
- </application>
- <application class="Totem">
- <decor>no</decor>
- </application>
- <application class="Gedit">
- <decor>no</decor>
+ <application name="plank">
+ <layer>above</layer>
</application>
- <application class="Noise*">
- <decor>no</decor>
+ <application class="Firefox">
+ <maximized>true</maximized>
+ <desktop>1</desktop>
+ <layer>below</layer>
</application>
- <application class="File-roller">
- <decor>no</decor>
+ <application class="Epiphany">
+ <maximized>true</maximized>
+ <desktop>1</desktop>
+ <layer>below</layer>
</application>
- <application class="Gnome-tweak-tool">
- <decor>no</decor>
+ <application class="Io.elementary.mail">
+ <desktop>1</desktop>
</application>
- <application class="Popcorn-Time">
- <decor>no</decor>
+ <application class="Io.elementary.files">
+ <maximized>true</maximized>
+ <desktop>2</desktop>
+ <layer>below</layer>
</application>
- <application class="PCSXR">
- <decor>no</decor>
+ <application class="mpv">
+ <fullscreen>yes</fullscreen>
+ <desktop>3</desktop>
+ <layer>below</layer>
</application>
- <application class="Shotwell">
+ <application class="Polari">
+ <maximized>true</maximized>
+ <desktop>3</desktop>
<decor>no</decor>
</application>
- <application class="Files">
- <decor>no</decor>
+ <application class="Io.elementary.terminal">
+ <maximized>true</maximized>
+ <desktop>4</desktop>
+ <layer>below</layer>
</application>
- <application class="Epiphany">
- <decor>no</decor>
+ <application class="Io.elementary.code">
+ <maximized>true</maximized>
+ <desktop>4</desktop>
+ <layer>below</layer>
</application>
<!--
# this is an example with comments through out. use these to make your
@@ -713,7 +713,7 @@
# order that they appear in this list
- # each rule element can be left out or set to 'default' to specify to not
+ # each rule element can be left out or set to 'default' to specify to not
# change that attribute of the window
<decor>yes</decor>