diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-10-14 08:18:09 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-10-14 08:18:09 +0100 |
commit | 504b632aaefb1b3a67344d2e4e7c29c5ec344da0 (patch) | |
tree | 8935114b655e13756a6a50bcdb1b1b19e7270893 /awesomerc | |
parent | cd889a57303401a1176794f2ab0a18cdae043dde (diff) | |
download | resources-504b632aaefb1b3a67344d2e4e7c29c5ec344da0.tar.bz2 |
Tidy up a little
Diffstat (limited to 'awesomerc')
-rw-r--r-- | awesomerc/rc-git/shiftyconfig.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/awesomerc/rc-git/shiftyconfig.lua b/awesomerc/rc-git/shiftyconfig.lua index c65f5bc..a8c875a 100644 --- a/awesomerc/rc-git/shiftyconfig.lua +++ b/awesomerc/rc-git/shiftyconfig.lua @@ -24,8 +24,6 @@ shifty.config.tags = { layout = awful.layout.suit.fair, }, ["3:www"] = { - --exclusive = true, - --max_clients = 1, position = 3, layout = awful.layout.suit.max, }, @@ -33,16 +31,6 @@ shifty.config.tags = { position = 4, layout = awful.layout.suit.max, }, ---[[ - ["8:spotify"] = { - position = 8, - layout = awful.layout.suit.floating, - }, - ["9:vmware"] = { - position = 9, - layout = awful.layout.suit.max, - }, -]] } local function handle_placement(c, startup) @@ -70,20 +58,8 @@ shifty.config.apps = { { match = { "^Mutt$", "^OfflineIMAP$" }, tag = "1:mail", --- props = { --- maximized_horizontal = true, --- maximized_vertical = true, --- }, }, --- { match = { "^Vmware$" }, --- tag = "9:vmware", --- }, - --- { match = { "^Spotify$" }, --- tag = "8:spotify", --- }, - { match = {"^Emacs[0-9]*$" }, tag = "4:emacs", honorsizehints = false, |