mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
petalburg: move hyprland config to nix
This commit is contained in:
parent
999d824edb
commit
f9d1f81119
|
@ -6,25 +6,25 @@
|
|||
}: {
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
input {
|
||||
tablet {
|
||||
output = eDP-1
|
||||
}
|
||||
touchdevice {
|
||||
output = eDP-1
|
||||
}
|
||||
}
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
bind = [
|
||||
", xf86launch4, exec, ${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}"
|
||||
", xf86launch2, exec, ${lib.getExe pkgs.playerctl} play-pause"
|
||||
];
|
||||
|
||||
# Extra bindings for petalburg.
|
||||
bind = , xf86launch4, exec, ${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}
|
||||
bind = , xf86launch2, exec, ${lib.getExe pkgs.playerctl} play-pause
|
||||
exec-once = [''${
|
||||
lib.getExe self.inputs.iio-hyprland.packages.${pkgs.system}.default
|
||||
} "desc:Samsung Display Corp. 0x4152''];
|
||||
|
||||
exec-once = ${lib.getExe self.inputs.iio-hyprland.packages.${pkgs.system}.default} "desc:Samsung Display Corp. 0x4152"
|
||||
'';
|
||||
input = {
|
||||
tablet.output = "eDP-1";
|
||||
touchdevice.output = "eDP-1";
|
||||
};
|
||||
};
|
||||
|
||||
ar.home.desktop.hyprland = {
|
||||
laptopMonitors = ["desc:Samsung Display Corp. 0x4152,preferred,auto,2,transform,0"];
|
||||
|
||||
tabletMode = {
|
||||
enable = true;
|
||||
tabletSwitches = ["Lenovo Yoga Tablet Mode Control switch"];
|
||||
|
|
Loading…
Reference in a new issue