some vinput adjustments

This commit is contained in:
LordMZTE 2023-10-25 20:02:43 +02:00
parent 2edb3c4bd0
commit e763bfbcc4
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 6 additions and 4 deletions

View file

@ -63,6 +63,9 @@ dwindle {
preserve_split = yes
}
windowrule = float,^(vinput-editor)$
windowrule = center,^(vinput-editor)$
source = ~/.config/hypr/control-keybinds.conf
source = ~/.config/hypr/prog-keybinds.conf

View file

@ -41,15 +41,14 @@ pub fn main() !void {
//const editor_argv = [_][]const u8{
// "neovide",
// "--nofork",
// "--x11-wm-class",
// "--wayland_app_id",
// "vinput-editor",
// filename,
//};
const editor_argv = [_][]const u8{
"wezterm",
"start",
"--class",
"foot",
"--app-id",
"vinput-editor",
"--",
"nvim",