Disabled kando (because i don't use it)
This commit is contained in:
parent
89f6e2224a
commit
3f06e35f3f
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs, hwconfig, ... }:
|
{ pkgs, inputs, hwconfig, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kando
|
#kando
|
||||||
|
|
||||||
kdePackages.qtwayland
|
kdePackages.qtwayland
|
||||||
#libsForQt5.qt5.qtwayland
|
#libsForQt5.qt5.qtwayland
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
../kando
|
#../kando
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ in
|
||||||
"${pkgs.clipse}/bin/clipse -listen &"
|
"${pkgs.clipse}/bin/clipse -listen &"
|
||||||
"${pkgs.swww}/bin/swww-daemon &"
|
"${pkgs.swww}/bin/swww-daemon &"
|
||||||
"${pkgs.swww}/bin/swww img ${wallpaper-image} &"
|
"${pkgs.swww}/bin/swww img ${wallpaper-image} &"
|
||||||
"${pkgs.kando}/bin/kando"
|
#"${pkgs.kando}/bin/kando"
|
||||||
];
|
];
|
||||||
exec = [
|
exec = [
|
||||||
|
|
||||||
|
|
@ -65,7 +65,7 @@ in
|
||||||
"$mod, F, fullscreen,"
|
"$mod, F, fullscreen,"
|
||||||
"$mod, R, exec, $menu"
|
"$mod, R, exec, $menu"
|
||||||
"$mod, V, exec, $clipboardManager"
|
"$mod, V, exec, $clipboardManager"
|
||||||
"CTRL, SPACE, global, kando:nix-hyprland"
|
#"CTRL, SPACE, global, kando:nix-hyprland"
|
||||||
"$mod SHIFT, I, exec, source ${toggle_monitors}"
|
"$mod SHIFT, I, exec, source ${toggle_monitors}"
|
||||||
"$mod SHIFT, O, exec, hyprctl dispatch dpms on"
|
"$mod SHIFT, O, exec, hyprctl dispatch dpms on"
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue