mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
Add wob config
This commit is contained in:
@ -164,8 +164,8 @@ bind = , XF86AudioPrev, exec, playerctl previous
|
|||||||
|
|
||||||
|
|
||||||
# Screen brightness
|
# Screen brightness
|
||||||
binde = , XF86MonBrightnessUp, exec, brightnessctl s +5% | brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
binde = , XF86MonBrightnessUp, exec, brightnessctl s +5% && brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- | brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- && brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
|
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
@ -270,4 +270,4 @@ windowrule = move 25%-,title:^(Picture-in-Picture)$
|
|||||||
windowrule = float,nemo
|
windowrule = float,nemo
|
||||||
windowrule = move 25%-,nemo
|
windowrule = move 25%-,nemo
|
||||||
windowrule = size 960 540,nemo
|
windowrule = size 960 540,nemo
|
||||||
windowrule = animation slide right,alacritty
|
windowrule = animation slide right,alacritty
|
||||||
|
|||||||
4
.config/wob/wob.ini
Normal file
4
.config/wob/wob.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
anchor = top
|
||||||
|
margin = 20
|
||||||
|
height = 30
|
||||||
|
border_size = 2
|
||||||
Reference in New Issue
Block a user