alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
monitor stuff
author
Jes Olson
date
2 years ago
(Sep 19, 2023, 4:19 PM -0500)
commit
f77012c2
f77012c25d6e12b83122dd026601f9f557da6c9a
parent
1905b85c
1905b85cb608015ed8f9716132c0098644b82bfb
+10
-5
2 changed files
Expand all
Collapse all
Unified
Split
.config
hypr
hyprland.conf
kanshi
config
+4
-4
.config/hypr/hyprland.conf
Reviewed
···
44
44
# See https://wiki.hyprland.org/Configuring/Variables/ for more
45
45
46
46
rounding = 10
47
47
-
blur = yes
48
48
-
blur_size = 3
49
49
-
blur_passes = 1
50
50
-
blur_new_optimizations = on
47
47
+
# blur = yes
48
48
+
# blur_size = 3
49
49
+
# blur_passes = 1
50
50
+
# blur_new_optimizations = on
51
51
52
52
drop_shadow = yes
53
53
shadow_range = 4
+6
-1
.config/kanshi/config
Reviewed
···
14
14
15
15
profile {
16
16
output eDP-1 disable
17
17
-
output "Acer Technologies XV272U V 404511C194205" enable mode 1920x1080
17
17
+
output "Acer Technologies XV272U V 404511C194205" enable mode 2560x1440@120
18
18
+
}
19
19
+
20
20
+
profile {
21
21
+
output eDP-1 disable
22
22
+
output "Ines GmbH NS-55F301NA22 0x01010101" enable mode 1920x1080@60
18
23
}