From 600575cb49f1b7e7065ac82e5e4890c9c7c29335 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 21 Nov 2014 03:02:03 +0300 Subject: [PATCH] fixed execs in i3, revert to default theme in awesome --- i3_config | 6 +++--- rc.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i3_config b/i3_config index e94f378..9012dfa 100644 --- a/i3_config +++ b/i3_config @@ -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 diff --git a/rc.lua b/rc.lua index 5fe3410..aabbddc 100644 --- a/rc.lua +++ b/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