Removed obsolete examples

This commit is contained in:
Bastien Dejean 2012-09-10 13:51:22 +02:00
parent aa1c50417d
commit 3c52a8f055
2 changed files with 0 additions and 25 deletions

View file

@ -1,17 +0,0 @@
--
-- bspwm configuration file
--
normal_border_color = "#654321"
active_border_color = "#456"
locked_border_color = "#123"
urgent_border_color = "#156"
inner_border_color = "#222222"
outer_border_width = 1
inner_border_width = 2
smart_surroundings = true
window_gap = 2
padding = { top = 24 }
-- vim: set ft=lua:

View file

@ -1,8 +0,0 @@
run = {
name = "set_split_ratio",
params = {
split_ratio = 0.333
}
}
-- vim: set ft=lua: