fixed execs in i3, revert to default theme in awesome
This commit is contained in:
parent
299ade93ee
commit
600575cb49
2 changed files with 4 additions and 4 deletions
|
@ -193,6 +193,6 @@ for_window [title="^Hand of Fate$"] floating enable
|
|||
for_window [title="^Serious Sam 3 - Linux$"] floating enable
|
||||
|
||||
# execs
|
||||
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_always -no-startup-id xrdb /home/von/.Xresources
|
||||
exec --no-startup-id /home/von/.autostart
|
||||
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 --no-startup-id xrdb /home/von/.Xresources
|
||||
|
|
2
rc.lua
2
rc.lua
|
@ -69,7 +69,7 @@ end
|
|||
-- }}}
|
||||
-- {{{ Variable definitions
|
||||
-- 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.font = 'Terminus 9'
|
||||
theme.taglist_squares_sel = nil
|
||||
|
|
Loading…
Reference in a new issue