feat: nvidia Hyprland
This commit is contained in:
parent
8e13adac78
commit
3a77d31b6d
6 changed files with 55 additions and 9 deletions
|
|
@ -61,9 +61,10 @@
|
|||
"nvim . (.*)": " $1",
|
||||
"\\(\\d+\\) Discord (.*)": " $1",
|
||||
"(.*) - YouTube — Mozilla Firefox": " $1",
|
||||
"(.*)\\pdf — Mozilla Firefox": " $1",
|
||||
"(.*) — Mozilla Firefox": " $1",
|
||||
"(.*) - VLC media player": " $1",
|
||||
"(.*) - YouTube Music — Mozilla Firefox": " $1"
|
||||
"(.*) - YouTube Music — Mozilla Firefox": " $1",
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -35,14 +35,14 @@
|
|||
"pin, class:^(vesktop)$,title:^(Discord Popout)$"
|
||||
"float, class:^(steam)$,title:^(Friends List)$"
|
||||
|
||||
# Workspace assign
|
||||
"workspace: 5, class: ^(steam)$"
|
||||
# Steam
|
||||
"workspace: 5 silent, class: ^(steam)$"
|
||||
|
||||
# Line
|
||||
"workspace: 2, initialTitle: ^(LINE)$"
|
||||
"float, initialTitle: ^(LINE)$"
|
||||
|
||||
# VLC
|
||||
# VLC
|
||||
"workspace: 3, initialClass: ^(vlc)"
|
||||
];
|
||||
|
||||
|
|
@ -62,4 +62,3 @@
|
|||
"ignorealpha 0.1, swaync-notification-window"
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ in
|
|||
''HYPRCURSOR_SIZE, ${hyprcursor-size}''
|
||||
''XCURSOR_THEME, ${cursorName}''
|
||||
''XCURSOR_SIZE, ${xcursor-size}''
|
||||
''XDG_CURRENT_DESKTOP, Hyprland''
|
||||
''XDG_SESSION_DESKTOP, Hyprland''
|
||||
];
|
||||
}
|
||||
// window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue