-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xinitrc
74 lines (64 loc) · 2.07 KB
/
.xinitrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
###########################
##### Keyboard config in two files:
###########################
# tail of /usr/share/X11/xkb/symbols/us
# partial alphanumeric_keys
# xkb_symbols "fari" {
#
# include "us(basic)"
# name[Group1]= "English (with special characters)";
#
# key <AD06> { [ y, Y, adiaeresis, Adiaeresis ] };
# key <AC07> { [ j, J, udiaeresis, Udiaeresis ] };
# key <AC09> { [ l, L, odiaeresis, Odiaeresis ] };
#
# key <AC02> { [ s, S, ssharp, ssharp ] };
# key <AE05> { [ 5, percent, EuroSign, NoSymbol ] };
#
# key <AC01> { [ a, A, aacute, Aacute ] };
# key <AD03> { [ e, E, eacute, Eacute ] };
# key <AD07> { [ u, U, uacute, Uacute ] };
# key <AD08> { [ i, I, iacute, Iacute ] };
# key <AD09> { [ o, O, oacute, Oacute ] };
# key <AB06> { [ n, N, ntilde, Ntilde ] };
#
# include "level3(ralt_switch)"
# include "compose(rctrl)"
# };
#
# full file /etc/default/keyboard
# # KEYBOARD CONFIGURATION FILE
#
# # Consult the keyboard(5) manual page.
#
# XKBMODEL="pc105"
# XKBLAYOUT="us,ru"
# XKBVARIANT="fari,comon"
# XKBOPTIONS="ctrl:nocaps,grp:alt_space_toggle"
#
# BACKSPACE="guess"
# restart by executing
# sudo udevadm trigger --subsystem-match=input --action=change
###########################
##### Keyboard quick
###########################
# set american keyboard layout
# setxkbmap -layout "us,ru" -option "grp:alt_space_toggle"
# setxkbmap -layout us -option
#setxkbmap us
#
# make capslock yet another ctrl
# to revert just type `setxkbmap -option`
#setxkbmap -option ctrl:nocaps
#
# use xmodmap to configure easy German umlauts and sharp s
#if [ -s ~/.Xmodmap ]; then
# xmodmap ~/.Xmodmap
#fi
# notification service
#systemctl --user enable dunst
#
. /etc/X11/Xsession
#xrdb ~/.Xresources
exec i3 --shmlog-size=26214400