Commit 17c11596 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Enable mousekey in xkbset on i3 startup (in case you've remapped some...

Enable mousekey in xkbset on i3 startup (in case you've remapped some mousekeys to keyboard buttons).
parent bac33275
......@@ -9,6 +9,6 @@
#rm /tmp/screenshot.png
# lock the screen
i3lock -i /usr/share/backgrounds/grey-split-manjaro.png
i3lock -i /usr/share/backgrounds/numix_JT.png
exit 0
......@@ -321,6 +321,7 @@ bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 791 70;border none
# Autostart applications
exec --no-startup-id "xkbset exp =m; xkbset m"
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id nitrogen --restore; sleep 1; compton -b
#exec --no-startup-id manjaro-hello
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment