|
|
@@ -25,6 +25,7 @@ exec-once = awww-daemon &
|
|
|
exec-once = waybar &
|
|
|
exec-once = swaync &
|
|
|
exec-once = syncthing &
|
|
|
+exec-once = hypridle &
|
|
|
# exec-once = $terminal
|
|
|
# exec-once = nm-applet &
|
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
|
@@ -268,6 +269,7 @@ bind = $mainMod SHIFT, H, layoutmsg, orientationtop
|
|
|
bind = $mainMod SHIFT, V, layoutmsg, orientationleft
|
|
|
|
|
|
# Switch workspaces with mainMod + [0-9]
|
|
|
+bind = $mainMod, Tab, workspace, previous
|
|
|
bind = $mainMod, 1, workspace, 1
|
|
|
bind = $mainMod, 2, workspace, 2
|
|
|
bind = $mainMod, 3, workspace, 3
|
|
|
@@ -303,6 +305,16 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|
|
bindm = $mainMod, mouse:272, movewindow
|
|
|
bindm = $mainMod, mouse:273, resizewindow
|
|
|
|
|
|
+# Resize submap
|
|
|
+bind = $mainMod, R, submap, resize
|
|
|
+submap = resize
|
|
|
+binde = , right, resizeactive, 10 0
|
|
|
+binde = , left, resizeactive, -10 0
|
|
|
+binde = , up, resizeactive, 0 -10
|
|
|
+binde = , down, resizeactive, 0 10
|
|
|
+bind = , escape, submap, reset
|
|
|
+submap = reset
|
|
|
+
|
|
|
# Laptop multimedia keys for volume and LCD brightness
|
|
|
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
|
|
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
|
|
@@ -373,3 +385,13 @@ windowrule {
|
|
|
opacity = 1.0 override 1.0 override
|
|
|
opaque = true
|
|
|
}
|
|
|
+
|
|
|
+# Xwayland Video Bridge
|
|
|
+windowrule {
|
|
|
+ name = xwayland-video-bridge
|
|
|
+ match:class = ^(xwaylandvideobridge)$
|
|
|
+ opacity = 0.0 override 0.0 override
|
|
|
+ no_initial_focus = true
|
|
|
+ max_size = 1 1
|
|
|
+ no_blur = true
|
|
|
+}
|