mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(hyprland): float alacritty, scratchpad
This commit is contained in:
parent
5b37548c2c
commit
123eef7a68
2 changed files with 23 additions and 13 deletions
|
|
@ -11,6 +11,10 @@
|
|||
in {
|
||||
"$mod" = "SUPER";
|
||||
binds.workspace_back_and_forth = true;
|
||||
misc = {
|
||||
session_lock_xray = true;
|
||||
key_press_enables_dpms = true;
|
||||
};
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
|
|
@ -38,8 +42,8 @@
|
|||
", XF86AudioPrev, exec, ${getExe pkgs.playerctl} prev"
|
||||
|
||||
"$mod, RETURN, exec, ${getExe config.programs.vicinae.package} toggle"
|
||||
"$mod, grave, exec, ${uwsmApp term}"
|
||||
"$mod SHIFT, grave, exec, ${uwsmApp term} --class AlacrittyFloating"
|
||||
"$mod, grave, exec, ${term}"
|
||||
"$mod SHIFT, grave, exec, ${term} --class AlacrittyFloating"
|
||||
", Print, exec, ${uwsmSingleApp "grimblast"} copy area"
|
||||
"CTRL ALT, DELETE, exec, ${uwsmApp "hyprctl kill"}"
|
||||
"CTRL ALT SHIFT, DELETE, exec, loginctl terminate-user \"\""
|
||||
|
|
@ -86,6 +90,9 @@
|
|||
"$mod CTRL SHIFT, up, hy3:movewindow, u, once, visible"
|
||||
"$mod CTRL SHIFT, down, hy3:movewindow, d, once, visible"
|
||||
|
||||
"$mod, c, togglespecialworkspace"
|
||||
"$mod SHIFT, c, movetoworkspace, special"
|
||||
|
||||
"$mod, P, exec, ${getExe pkgs.hyprpicker} -na"
|
||||
|
||||
"CTRL, Print, exec, ${uwsmSingleApp "grimblast"} --notify --cursor copysave output"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
_: {
|
||||
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
||||
"suppressevent fullscreen, class:steam_app_default"
|
||||
"workspace 2, class:steam_app_default"
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
windowrule = [
|
||||
"match:initial_class AlacrittyFloating, float on"
|
||||
];
|
||||
windowrulev2 = [
|
||||
"suppressevent fullscreen, class:steam_app_default, content game"
|
||||
"suppressevent maximize, class:.*"
|
||||
|
||||
"tile, class:battle\.net\.exe"
|
||||
|
|
@ -12,6 +15,6 @@ _: {
|
|||
"workspace special:hidden silent, title:Wine System Tray"
|
||||
"noinitialfocus, title:Wine System Tray"
|
||||
|
||||
"float, class:^(AlacrittyFloating)$"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue