mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
Removed obsolete examples
This commit is contained in:
parent
aa1c50417d
commit
3c52a8f055
2 changed files with 0 additions and 25 deletions
|
@ -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:
|
|
@ -1,8 +0,0 @@
|
|||
run = {
|
||||
name = "set_split_ratio",
|
||||
params = {
|
||||
split_ratio = 0.333
|
||||
}
|
||||
}
|
||||
|
||||
-- vim: set ft=lua:
|
Loading…
Add table
Reference in a new issue