-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblem_solution
43 lines (36 loc) · 1.05 KB
/
problem_solution
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
Problem:
if network is slow, try this:
-- cd /etc/resolv.conf
-- username 1.1.1.1
-- username 1.1.0.0
Problem:
If youtube video is not working, then:
-- restart the audio interface in the system
-- systemctl restart --user pipewire.service
Problem:
If picom blurs the maim(ss):
-- background blur exclude
-- class_g = slop.
Problem:
how to install too many font like .ttf and .otf font at a time
-- just copy all the ttf and otf to the .local/share/fonts
-- cp *.otf *.ttf ~/.local/share/fonts
Problem:
For the smooth rounded corner use the
-- Picom Git
Problem:
To check which key is presses
-- use xev
-- to install xev (yay -S xorg-xev)
Problem:
How to add kanata at startup
-- place the kanata.kbd file in /etc/kanata.kbd
-- sudo systemctl enable kanata
-- sudo systemctl start kanata
Problem:
If live Grep is not working:
-- try installing ripgrep in system
-- do yay -S ripgrep
Problem:
Font in the google chrome is monospace
-- just go in google chrome setting -> appearance -> and change the font from monospace -> what ever you like