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:
17
i3/i3/config
17
i3/i3/config
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user