Move most init stuff into ~/.xprofile rather than each WM config and ~/.xinitrc
This commit is contained in:
@ -4,16 +4,6 @@ al-compositor --start &
|
||||
# enable numlock, commented out for laptop users
|
||||
# numlockx &
|
||||
|
||||
# polkit, required for authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# keyring for storing saved passwords
|
||||
gnome-keyring-daemon --start --components=pkcs11 &
|
||||
|
||||
# pressing super key alone simulates pressing Alt-F1
|
||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
|
@ -257,6 +257,11 @@
|
||||
<command>exo-open --launch TerminalEmulator</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-t">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch TerminalEmulator</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch TerminalEmulator</command>
|
||||
|
Reference in New Issue
Block a user