added gtk.css because gnome and updated awesome to snap windows again
This commit is contained in:
parent
40ac731b7f
commit
f216b382ee
2 changed files with 11 additions and 1 deletions
10
gtk.css
Normal file
10
gtk.css
Normal 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
2
rc.lua
|
@ -76,7 +76,7 @@ theme.taglist_squares_sel = nil
|
||||||
theme.taglist_squares_unsel = nil
|
theme.taglist_squares_unsel = nil
|
||||||
|
|
||||||
-- amount of pixels to snap windows from
|
-- amount of pixels to snap windows from
|
||||||
snap = 0
|
snap = 7
|
||||||
|
|
||||||
-- set wallpaper
|
-- set wallpaper
|
||||||
local wallpaper = '/home/von/Pictures/wallpaper.png'
|
local wallpaper = '/home/von/Pictures/wallpaper.png'
|
||||||
|
|
Loading…
Reference in a new issue