diff --git a/gtk.css b/gtk.css new file mode 100644 index 0000000..ac0eb72 --- /dev/null +++ b/gtk.css @@ -0,0 +1,10 @@ +.window-frame, .window-frame:backdrop { + box-shadow: 0 0 0 black; + border-style: none; + margin: 0; + border-radius: 0; +} + +.titlebar { + border-radius: 0; +} diff --git a/rc.lua b/rc.lua index 2b4a866..835308d 100644 --- a/rc.lua +++ b/rc.lua @@ -76,7 +76,7 @@ theme.taglist_squares_sel = nil theme.taglist_squares_unsel = nil -- amount of pixels to snap windows from -snap = 0 +snap = 7 -- set wallpaper local wallpaper = '/home/von/Pictures/wallpaper.png'