forked from Shinonome/dots-hyprland
hyprland: pin window; new focus colors
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
$SLURP_COMMAND="$(slurp -d -c {{ $onSecondaryContainer }}BB -b {{ $secondaryContainer }}44 -s 00000000)"
|
$SLURP_COMMAND="$(slurp -d -c {{ $onSecondaryContainer }}BB -b {{ $secondaryContainer }}44 -s 00000000)"
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgba({{ $onPrimary }}FF)
|
col.active_border = rgba({{ $onSurface }}45)
|
||||||
col.inactive_border = rgba({{ $secondaryContainer }}CC)
|
col.inactive_border = rgba({{ $outline }}33)
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
@@ -19,8 +19,8 @@ plugin {
|
|||||||
bar_precedence_over_border = true
|
bar_precedence_over_border = true
|
||||||
bar_part_of_window = true
|
bar_part_of_window = true
|
||||||
|
|
||||||
bar_color = rgb({{ $background }})
|
bar_color = rgba({{ $background }}FF)
|
||||||
col.text = rgb({{ $onBackground }})
|
col.text = rgba({{ $onBackground }}FF)
|
||||||
|
|
||||||
|
|
||||||
# example buttons (R -> L)
|
# example buttons (R -> L)
|
||||||
@@ -30,3 +30,5 @@ plugin {
|
|||||||
hyprbars-button = rgb({{ $onBackground }}), 13, , hyprctl dispatch movetoworkspacesilent special
|
hyprbars-button = rgb({{ $onBackground }}), 13, , hyprctl dispatch movetoworkspacesilent special
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
windowrulev2 = bordercolor rgba({{ $primary }}AA) rgba({{ $primary }}77),pinned:1
|
||||||
@@ -108,6 +108,7 @@ bind = Super+Shift, left, movewindow, l
|
|||||||
bind = Super+Shift, right, movewindow, r
|
bind = Super+Shift, right, movewindow, r
|
||||||
bind = Super+Shift, up, movewindow, u
|
bind = Super+Shift, up, movewindow, u
|
||||||
bind = Super+Shift, down, movewindow, d
|
bind = Super+Shift, down, movewindow, d
|
||||||
|
bind = Super, P, pin
|
||||||
# Move focus
|
# Move focus
|
||||||
bind = Super, left, movefocus, l
|
bind = Super, left, movefocus, l
|
||||||
bind = Super, right, movefocus, r
|
bind = Super, right, movefocus, r
|
||||||
|
|||||||
Reference in New Issue
Block a user