hyprland configs: update binds

parent c4a575ed
...@@ -16,6 +16,8 @@ bind = $mainMod, D, exec, pkill wofi || wofi --show drun ...@@ -16,6 +16,8 @@ bind = $mainMod, D, exec, pkill wofi || wofi --show drun
bind = $mainMod, L, exec, wlogout -b 5 -T 300 -B 300 bind = $mainMod, L, exec, wlogout -b 5 -T 300 -B 300
bind = $mainMod, V, exec, pkill wofi || cliphist-wofi | wl-copy bind = $mainMod, V, exec, pkill wofi || cliphist-wofi | wl-copy
bind = $mainMod, N, exec, swaync-client -t bind = $mainMod, N, exec, swaync-client -t
bind = CTRL_SHIFT, L, exec, hyprmag
bind = CTRL_SHIFT, P, exec, hyprpicker -a
bind = CTRL, B, exec, pkill -SIGUSR1 waybar bind = CTRL, B, exec, pkill -SIGUSR1 waybar
bind = $mainMod, B, exec, pkill -SIGUSR2 waybar bind = $mainMod, B, exec, pkill -SIGUSR2 waybar
......
windowrulev2 = tag +images, class:(org.gnome.NautilusPreviewer) windowrulev2 = tag +images, class:(org.gnome.NautilusPreviewer)
windowrulev2 = tag +images, title:(Просмотр медиа) windowrulev2 = tag +images, title:(Просмотр медиа)
windowrulev2 = tag +images, title:(Media viewer)
windowrulev2 = tag +images, class:(imv) windowrulev2 = tag +images, class:(imv)
windowrulev2 = tag +video, class:(mpv) windowrulev2 = tag +video, class:(mpv)
windowrulev2 = tag +video, class:(org.gnome.Showtime) windowrulev2 = tag +video, class:(org.gnome.Showtime)
...@@ -16,6 +17,9 @@ windowrulev2 = float,class:^(com.saivert.pwvucontrol)$ ...@@ -16,6 +17,9 @@ windowrulev2 = float,class:^(com.saivert.pwvucontrol)$
windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$ windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$
windowrulev2 = float, class:^(nmtui)$ windowrulev2 = float, class:^(nmtui)$
windowrulev2 = fullscreen, title:(Просмотр медиа)
windowrulev2 = fullscreen, title:(Media viewer)
#---------- Запуск из панели ---- Launching from the panel #---------- Запуск из панели ---- Launching from the panel
windowrulev2 = size 910 460, class:^(nmtui)$ windowrulev2 = size 910 460, class:^(nmtui)$
windowrulev2 = move 52% 5%, class:^(nmtui)$ windowrulev2 = move 52% 5%, class:^(nmtui)$
......
...@@ -8,11 +8,9 @@ window { ...@@ -8,11 +8,9 @@ window {
margin: 5px; margin: 5px;
color: #f8f8f2; color: #f8f8f2;
border-radius: 13px; border-radius: 13px;
border: 0.5px solid #7E01FF; background-color: #0B0E1D;
background-color: #1D202F;
} }
#inner-box { #inner-box {
margin: 5px; margin: 5px;
background-color: #0B0E1D; background-color: #0B0E1D;
...@@ -24,10 +22,10 @@ window { ...@@ -24,10 +22,10 @@ window {
} }
#outer-box { #outer-box {
margin: 3px; margin: 0px;
padding: 10px; padding: 10px;
background-color: #0B0E1D; background-color: #0B0E1D;
border-radius: 10px; border-radius: 15px;
} }
#text { #text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment