Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- view "stat" do
- gravity :g50_ul, "xfce4-taskmanager"
- gravity :g50_ll, "transmission-gtk"
- gravity :g50_lr, "pavucontrol"
- end
- view "www" do
- gravity :g100_g, "Firefox"
- client class: "Firefox", role: "browser" do
- borderless true
- end
- end
- view "text" do
- gravity :g60_l, "gedit"
- gravity :g60_r, "xfce4-terminal"
- end
- view "chat" do
- client "Pidgin"
- client "Steam.exe"
- gravity :g15_ul, instance: "Pidgin", role: "buddy_list"
- gravity :g15_ur, instance: "Pidgin", role: "conversation"
- gravity :g15_ll, instance: "Steam.exe", name: "Friends"
- gravity :g15_lr, instance: "Steam.exe", name: /^.+\ -\ Chat$/
- end
- view "5" do
- tag "default"
- gravity :g100_g
- client "hl2.exe" do
- fixed true
- end
- client instance: "phoenix", name: /^bsnes\ v\d+$/ do
- geometry [ 508, 195, 584, 510 ]
- fixed true
- end
- end
- view "gimp" do
- dynamic true
- client /^gimp-\d\.\d$/
- gravity :g15_l, instance: /^gimp-\d\.\d$/, role: "gimp-toolbox"
- gravity :g15_r, instance: /^gimp-\d\.\d$/, role: "gimp-image-window"
- end
- view "files" do
- dynamic true
- gravity :g100_g, "Thunar"
- end
- view "chrome" do
- dynamic true
- gravity :g100_g, "Google-chrome"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement