From f216b382eedcb63f7ba66a5350b7bc6a383e50e0 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 13 Apr 2015 10:08:48 +0300 Subject: [PATCH] added gtk.css because gnome and updated awesome to snap windows again --- gtk.css | 10 ++++++++++ rc.lua | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gtk.css 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'