added compiler keybind
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrules that are useful
|
||||
windowrule{
|
||||
name = calculator
|
||||
match:class = calc-term
|
||||
|
||||
opacity = 0.7
|
||||
float = on
|
||||
center = true
|
||||
name = compiler-window
|
||||
match:tag = compiler
|
||||
border_color = rgba(ccaaffee)
|
||||
# col.inactive_border = rgba(333333aa)
|
||||
border_size = 2
|
||||
float = false
|
||||
}
|
||||
|
||||
# put vesktop in a special workspace
|
||||
windowrule{
|
||||
name = discord
|
||||
match:class = vesktop
|
||||
@@ -55,6 +55,7 @@ windowrule {
|
||||
pseudo = yes
|
||||
float = yes
|
||||
center = true
|
||||
opacity = 1
|
||||
# move = cursor_x-10 cursor_y-10
|
||||
size = monitor_w*.4 monitor_h*.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user