Added ~/.xinitrc to the repository.

In addition, a host-specific file that will be executed
by .xinitrc was added in ~/.xinitrc.d/.
This commit is contained in:
2013-09-18 18:01:16 +02:00
parent 9f0c304fed
commit 31ed7c9620
4 changed files with 33 additions and 18 deletions

View File

@@ -15,14 +15,6 @@ set $mod Mod4
# The default terminal
set $terminal terminator
# Keyboard options
set $keyboard_layout de
set $keyboard_options nodeadkeys
# Mouse options
set $mouse_repeat_delay 150
set $mouse_repeat_speed 30
# Path to the exit script
set $path_i3exit ~/.i3/scripts/i3exit.bash
@@ -260,15 +252,6 @@ bar
# Start the wallpaper changer.
exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile
# Set keyboard layout
exec --no-startup-id setxkbmap $keyboard_layout $keyboard_options
# Set key repeat delay
exec --no-startup-id xset r rate $mouse_repeat_delay $mouse_repeat_speed
# Enable vertical edge scroll for the touchpad
exec --no-startup-id synclient VertEdgeScroll=1
# Start wicd in tray
exec --no-startup-id wicd-gtk --tray