Skip to content

Commit

Permalink
kwin: flip static side
Browse files Browse the repository at this point in the history
Placing windows from the left edge is easier.
  • Loading branch information
Hoàng Đức Hiếu committed Mar 22, 2012
1 parent 21b54ba commit 3f05da0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app-config/_pentadactylrc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ try {
EOS
style -n "yape space" (hb4pm4eznzhd6mts\.(onion|tor2web\.org)|yape\.(i2p|i2p\.tin0\.de|mooo\.com))/.+train\.php <<EOS
html { overflow-x: hidden; position: relative; height: 100%; }
:-moz-any(table,script)+table img { margin-right: 50%; position: absolute; max-width: 100%; max-height: -moz-calc(100% - 40px) }
:-moz-any(table,script)+table img { right: 0; position: absolute; max-width: 100%; max-height: -moz-calc(100% - 40px) }
[value="Good"] { float: left }
body { margin: 0 }
td { padding: 0 !important }
Expand Down
14 changes: 8 additions & 6 deletions system-config/kwinrulesrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wmclassmatch=1

[2]
Description=browser
position=0,0
position=344,0
positionrule=2
shortcut=Alt+Shift+F2
shortcutrule=2
Expand Down Expand Up @@ -58,6 +58,8 @@ wmclassmatch=1

[5]
Description=movie
position=10,55
positionrule=3
shortcut=Alt+Shift+F3
shortcutrule=2
types=4294967295
Expand All @@ -67,7 +69,7 @@ wmclassmatch=2

[6]
Description=conversation
position=935,0
position=-16,0
positionrule=2
size=360,1040
sizerule=2
Expand All @@ -80,10 +82,10 @@ wmclassmatch=1

[7]
Description=comic
position=346,28
positionrule=3
size=589,996
sizerule=3
position=690,0
positionrule=2
size=590,1024
sizerule=2
types=4294967295
windowrole=mainwindow#1
windowrolematch=1
Expand Down

0 comments on commit 3f05da0

Please sign in to comment.