X nitpicks

This commit is contained in:
Geoffrey Frogeye 2016-09-21 15:23:10 +02:00
parent 0ed3177840
commit 42273239e7
3 changed files with 5 additions and 2 deletions

1
config/gtk-3.0/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bookmarks

2
xinitrc Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# ~/.xinitrc
#

4
xprofile Normal file → Executable file
View File

@ -6,7 +6,9 @@
# sourced by your display manager
#
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
[ -f ~/.Xresources ] && xrdb ~/.Xresources
setxkbmap fr oss
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"