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 # ~/.xinitrc
# #

4
xprofile Normal file → Executable file
View file

@ -6,7 +6,9 @@
# sourced by your display manager # 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" export GTK2_RC_FILES="$HOME/.gtkrc-2.0"