Skip to content

Commit

Permalink
add autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
danilin-em committed Jun 25, 2020
1 parent 0ab14ce commit d8575e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rc.lua
Expand Up @@ -85,7 +85,10 @@ end
run_once({
"setxkbmap -layout us,ru -option grp:win_space_toggle", -- TODO: Create keyboard layouts Wrapper
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1", -- TODO: Create polkit Wrapper
-- No Apps
"xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1", -- TODO: TouchPad Wrapper
"autorandr --change --force" -- TODO: Autorandr Service
-- Apps
"megasync",
})
-- }}}
Expand Down

0 comments on commit d8575e9

Please sign in to comment.