X nitpicks
This commit is contained in:
parent
0ed3177840
commit
42273239e7
1
config/gtk-3.0/.gitignore
vendored
Normal file
1
config/gtk-3.0/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bookmarks
|
2
xinitrc
Normal file → Executable file
2
xinitrc
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# ~/.xinitrc
|
# ~/.xinitrc
|
||||||
#
|
#
|
||||||
|
|
4
xprofile
Normal file → Executable file
4
xprofile
Normal file → Executable 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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue