We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109d671 + 2df1d06 commit dde5b2bCopy full SHA for dde5b2b
src/main.rs
@@ -242,7 +242,7 @@ enum KeySymAction {
242
const POWER_OFF_KEY: &str = "XF86Poweroff";
243
244
impl PowerSettings {
245
- /// Requires settings HandlePowerKey=ignore in logind.conf
+ // Requires settings HandlePowerKey=ignore in logind.conf
246
fn handle_power_btn_action_change(&self) -> Result<(), Box<dyn Error>> {
247
use PowerButtonAction::*;
248
let mut sway_conn = swayipc::Connection::new()?;
0 commit comments