Use autorandr instead

This commit is contained in:
Mats Rauhala 2023-03-29 14:27:15 +03:00
parent 7454a3f237
commit 95b8d33c6f
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ in {
''; '';
}; };
initExtra = '' initExtra = ''
xmodmap ~/.Xmodmap ${pkgs.autorandr}/bin/autorandr --cycle
${pkgs.xcape}/bin/xcape -e 'Hyper_L=Tab'
''; '';
}; };
home.file.".xmonad/xmonad.dhall".source = xmonadConfig + "/source.dhall"; home.file.".xmonad/xmonad.dhall".source = xmonadConfig + "/source.dhall";