1
0
Fork 0

fixed execs in i3, revert to default theme in awesome

This commit is contained in:
Von Random 2014-11-21 03:02:03 +03:00
parent 299ade93ee
commit 600575cb49
2 changed files with 4 additions and 4 deletions

View file

@ -193,6 +193,6 @@ for_window [title="^Hand of Fate$"] floating enable
for_window [title="^Serious Sam 3 - Linux$"] floating enable for_window [title="^Serious Sam 3 - Linux$"] floating enable
# execs # execs
exec -no-startup-id /home/von/.autostart exec --no-startup-id /home/von/.autostart
exec_always -no-startup-id setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,compose:menu,grp_led:scroll exec --no-startup-id setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,compose:menu,grp_led:scroll
exec_always -no-startup-id xrdb /home/von/.Xresources exec --no-startup-id xrdb /home/von/.Xresources

2
rc.lua
View file

@ -69,7 +69,7 @@ end
-- }}} -- }}}
-- {{{ Variable definitions -- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers -- Themes define colours, icons, and wallpapers
beautiful.init('/usr/share/awesome/themes/zenburn/theme.lua') beautiful.init('/usr/share/awesome/themes/default/theme.lua')
theme.border_width = 1 theme.border_width = 1
theme.font = 'Terminus 9' theme.font = 'Terminus 9'
theme.taglist_squares_sel = nil theme.taglist_squares_sel = nil