mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add monitor controls
This commit is contained in:
parent
5080a79d15
commit
02daecec70
2 changed files with 7 additions and 2 deletions
|
@ -30,8 +30,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { fenix, home-manager, hyprland, nixpkgs, ... }: let
|
outputs = { fenix, home-manager, hyprland, nixpkgs, ... }: let
|
||||||
|
|
|
@ -29,6 +29,12 @@
|
||||||
bind = SUPER+SHIFT, 4, movetoworkspacesilent, 4
|
bind = SUPER+SHIFT, 4, movetoworkspacesilent, 4
|
||||||
bind = SUPER+SHIFT, 5, movetoworkspacesilent, 5
|
bind = SUPER+SHIFT, 5, movetoworkspacesilent, 5
|
||||||
|
|
||||||
|
bind = SUPER+CTRL, 1, movewindow, mon:1
|
||||||
|
bind = SUPER+CTRL, 2, movewindow, mon:2
|
||||||
|
bind = SUPER+CTRL, 3, movewindow, mon:3
|
||||||
|
bind = SUPER+CTRL, 4, movewindow, mon:4
|
||||||
|
bind = SUPER+CTRL, 5, movewindow, mon:5
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue