Skip to content

Commit

Permalink
desktop: add wdisplays display configurator
Browse files Browse the repository at this point in the history
Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq-tii committed Oct 28, 2024
1 parent 2855961 commit cd7f533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/desktop/graphics/labwc.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ let
<keybind key="XF86_AudioMute">
<action name="Execute" command="${audio-ctrl}/bin/audio-ctrl mut" />
</keybind>
<keybind key="XF86_Display">
<action name="Execute" command="${lib.getExe pkgs.wdisplays}" />
</keybind>
<keybind key="W-z">
<action name="ToggleMagnify" />
</keybind>
Expand Down

0 comments on commit cd7f533

Please sign in to comment.