Rick Lamers
Alessio
04/26/2021, 4:48 PMRick Lamers
Rick Lamers
Rick Lamers
Installing?
sudo apt install i3
Slow scrolling Chrome? Use imwheel:
~/.imwheelrc
"chrome"
None, Up, Button4, 4
None, Down, Button5, 4
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
".*"
Shift_L, Up, Left
Shift_L, Down, Right
and add
~/.config/i3/config
exec --no-startup-id imwheel
Screen tearing?
~/.config/compton.conf
# basic configuration
backend = "glx";
vsync = "opengl-swc";
and add
~/.config/i3/config
exec --no-startup-id compton --config ~/.config/compton.conf -b
No config file?
i3-config-wizard
HiDPI settings?
~/.Xresources
Xft.dpi: 144
Xcursor.size: 32
! Allowed sizes: 24, 32, 48, 64 and 96.
Key bindings?
~/.config/i3/config
exec --no-startup-id xmodmap ~/.Xmodmap
Write your own .Xmodmap
Note! Chrome only detects key remapping if you use the keycode assignment.
Example:
! Exchange left Alt and left Win
remove mod1 = Alt_L
remove mod4 = Super_L
keycode 133 = Alt_L
keycode 64 = Super_L
add mod1 = Alt_L
add mod4 = Super_L
General rule about adding exec ...
to the i3 config files, put the after the last exec
command. Generally it's not order sensitive when doing things like `imwheel`/`xmodmap`.Rick Lamers
Rick Lamers
Rick Lamers
Yannick
Rick Lamers
Abid
09/19/2021, 12:25 PMsumit upadhye
09/26/2021, 5:05 AMAbid
10/04/2021, 4:49 PMYannick
Abid
10/05/2021, 6:18 PMTom
10/12/2021, 6:56 AMAbid
10/15/2021, 6:00 AMKay Kayyy
10/25/2021, 5:56 PMRick Lamers
Abid
10/30/2021, 7:56 PMAbid
11/01/2021, 4:32 PMjuanlu
Abid
11/09/2021, 5:49 PMRick Lamers
Abid
12/24/2021, 3:53 PMAbid
01/18/2022, 4:47 PMSlackbot
02/08/2022, 4:25 PMAbid
02/23/2022, 10:03 AM