mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
wm: Bind a key to duplicate the screen
This commit is contained in:
parent
ef0ce891dd
commit
201dfbfbfc
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,8 @@
|
|||
"XF86MonBrightnessDown" = "exec ${lib.getExe pkgs.brightnessctl} set 10%-";
|
||||
"XF86MonBrightnessUp" = "exec ${lib.getExe pkgs.brightnessctl} set 10%+";
|
||||
|
||||
"XF86Display" = "exec ${lib.getExe' pkgs.wl-mirror "wl-present"} mirror";
|
||||
|
||||
"${mod}+space" = "exec foot nvim +WikiIndex";
|
||||
"${mod}+Shift+space" = "exec foot nvim +WikiPages";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue