-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes
More file actions
52 lines (27 loc) · 1.03 KB
/
Copy pathNotes
File metadata and controls
52 lines (27 loc) · 1.03 KB
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
Set wallpaper:
i3 config file:
exec_always --no-startup-id --bg-max /path/To/File/image.jpg
Set keyboard layout
Add following i i3 config file:
exec --no-startup-id setxkbmap -layout no
Set scale of programs:
create file .Xresources with "Xft.dpi: 200"
Make focus not follow mouse placement
focus_follows_mouse no
Set scale of i3 window manager:
i3 config file:
exec --no-startup-id xrandr --dpi 200
Compton at boot:
exec --no-startup-id compton -b
(compton must be installed and configured!)
Change dmemu to
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
(so that only applications are shown)
Set keybindings:
i3 config file:
exec --no-startup-id xbindkeys
Keybindings i3:
bindsym $mod+shift+x exec --no-startup-id xsecurelock (dependency: xsecurelock installed)
bindsym $mod+shift+w exec firefox
## Note: ctrl+f shortcut may not work in browser. This is because this shortcut is already in use
Please see ~/.xbindkeysrc, and remove line regarding this shortcut