diff --git a/home/common/dotfiles/niri.kdl b/home/common/dotfiles/niri.kdl index d836c85..cb20311 100644 --- a/home/common/dotfiles/niri.kdl +++ b/home/common/dotfiles/niri.kdl @@ -610,9 +610,7 @@ binds { // Mod+Space { switch-layout "next"; } // Mod+Shift+Space { switch-layout "prev"; } - Print { screenshot; } - Ctrl+Print { screenshot-screen; } - Alt+Print { screenshot-window; } + Print { spawn "scrot"; } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here @@ -633,9 +631,3 @@ binds { Mod+Shift+P { power-off-monitors; } } - -switch-events { - lid-close { - spawn "handle-lid-close"; - } -}