Skip to content

Commit 2cb1bac

Browse files
committed
Updates
1 parent b630c43 commit 2cb1bac

File tree

24 files changed

+573
-184
lines changed

24 files changed

+573
-184
lines changed

bin/update-hyprland-git

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/bin/bash
2+
3+
paru -S \
4+
hyprland-git \
5+
hyprgraphics-git \
6+
hyprwayland-scanner-git \
7+
hyprutils-git \
8+
hyprprop-git \
9+
hyprlock-git \
10+
hyprlang-git \
11+
hyprevents-git \
12+
hyprcursor-git \
13+
aquamarine-git \
14+
hyprprop-git \
15+
hyprpicker-git \
16+
hyprpaper-git \
17+
hyprland-protocols-git \
18+
xdg-desktop-portal-hyprland-git

configs/hypr/config.d/10-autostart.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
exec-once = zsh -c "waybar --config ~/.config/waybar/top.config --style ~/.config/waybar/top.style.css"
2-
exec-once = zsh -c "waybar --config ~/.config/waybar/bottom.config --style ~/.config/waybar/bottom.style.css"
1+
exec-once = ~/.config/waybar/restart
32

43
exec-once = swaync &
54
exec-once = blueman-applet &
65
exec-once = nm-applet --indicator &
76
exec-once = udiskie -an --tray -f thunar &
87
exec-once = pasystray &
9-
exec-once = ~/.config/hypr/bin/wallpapers.py > ~/.tmp/logs/wallpapers.py.log
108
exec-once = ~/.config/hypr/bin/uair.sh
119
exec-once = avizo-service
1210
exec-once = ~/.config/hypr/bin/xdg-portal.sh

configs/hypr/config.d/10-display.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ monitor=eDP-1, 2560x1600@60Hz, 0x0, 1.666667
44
monitor=desc:Samsung Electric Company LU28R55 HNMN700388, 3840x2160@30Hz, 0x-1080, 2
55

66
# Office
7-
monitor=desc:Samsung Electric Company LU28R55 H4ZT400899, 3840x2160@30Hz, -360x-1440, 1.5
7+
monitor=desc:Samsung Electric Company LU28R55 H4ZT400899, 3840x2160@30Hz, 1536x-800, 1.33
88

99
# Portable
1010
monitor=desc:Invalid Vendor Codename - RTK 0x2775 0x20230814, [email protected], -840x0, 2, transform, 3
@@ -15,3 +15,4 @@ monitor=desc:Invalid Vendor Codename - RTK 0x2775 0x20230814, [email protected]
1515
monitor=desc:Samsung Electric Company C34H89x H4ZT300037, 3440x1440@60Hz, -600x-1152, 1.25
1616

1717
exec-once = hyprpaper &
18+
exec-once = ~/.config/hypr/bin/wallpapers.py > ~/.tmp/logs/wallpapers.py.log

configs/hypr/config.d/10-input.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ input {
44
kb_variant = ,mac
55
kb_options = grp:caps_toggle
66

7+
scroll_factor = 0.5
8+
9+
710
follow_mouse = 1
811

912
touchpad {

configs/hypr/config.d/20-key-bindings.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ $brightnessDown = brightnessctl set 2%-
1616

1717
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
1818
bind = $mainModShift, return, exec, ~/.bin/add-todo
19-
bind = $mainMod, F, fullscreen
19+
bind = $mainModShift, F, fullscreen, 2
20+
bind = $mainMod, F, fullscreen, 1
2021
bind = $mainMod, R, togglesplit
2122

2223
# Speaker volume
@@ -164,6 +165,7 @@ bind = $mainMod, mouse_up, workspace, e-1
164165
# Move/resize windows with mainMod + LMB/RMB and dragging
165166
bindm = $mainMod, mouse:272, movewindow
166167
bindm = $mainMod, mouse:273, resizewindow
168+
bindr = , mouse:274, exec,
167169

168170
# Brightness
169171
bind = ,XF86MonBrightnessUp, exec, brightnessctl set 2%+
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
device {
22
name = jomaa-mouse01-mouse
3-
# sensitivity = 1
43
accel_profile = adaptive
54
scroll_method = on_button_down
6-
scroll_button = 275
5+
scroll_button = 274
76
}
8-
9-
# bind = , mouse:274, killactive,

configs/hypr/config.d/90-theme.conf

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ group {
2828

2929
decoration {
3030
rounding = 3
31-
drop_shadow = yes
32-
shadow_range = 8
33-
shadow_render_power = 2
34-
col.shadow = rgba(00000044)
31+
shadow {
32+
enabled = true
33+
range = 8
34+
render_power = 2
35+
color = rgba(00000044)
36+
}
3537

3638
dim_inactive = false
3739

3840
blur {
3941
enabled = true
42+
xray = false
4043
size = 3
4144
passes = 3
4245
new_optimizations = on
43-
noise = 0.01
46+
noise = 0.2
4447
contrast = 0.9
4548
brightness = 0.8
4649
}

configs/hypr/config.d/90-window-rules.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Example windowrule v1
21
windowrule = float, class:(float)
32

3+
windowrulev2 = bordercolor rgb(d8dee8) rgb(7F848D),fullscreen:1
4+
45
# 1Password
56
windowrule = float, ^(1Password)$
67
windowrulev2 = size 60% 60%, class:(1Password)
@@ -24,6 +25,10 @@ windowrulev2 = size 60% 60%, title:^(Picture-in-Picture)$
2425
windowrulev2 = center, class:^(chatgpt-nativefier.*)$
2526
# ---
2627

28+
# Waydroid
29+
windowrulev2 = float, class:^Waydroid$
30+
windowrulev2 = move 100%-w-20 100%-w-100, class:^Waydroid$
31+
2732
# Chrome PiP
2833
windowrulev2 = float, title:^(Picture in picture)$
2934
windowrulev2 = size 20% 20%, title:^(Picture in picture)$

configs/hypr/hyprland.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ misc {
2727
vrr = 1
2828
mouse_move_enables_dpms = false
2929
key_press_enables_dpms = true
30+
middle_click_paste = false
3031
}
3132

3233
master {

configs/kitty/kitty.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ background_opacity 0.8
77
dynamic_background_opacity no
88
remember_window_size no
99

10+
show_hyperlink_targets yes
11+
1012
sync_to_monitor yes
1113

1214
enable_audio_bell no

0 commit comments

Comments
 (0)