1
0
Fork 0

added gtk.css because gnome and updated awesome to snap windows again

This commit is contained in:
Von Random 2015-04-13 10:08:48 +03:00
parent 40ac731b7f
commit f216b382ee
2 changed files with 11 additions and 1 deletions

10
gtk.css Normal file
View file

@ -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;
}

2
rc.lua
View file

@ -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'