Skip to content

Commit

Permalink
keyboard: change to Xetibo instead of Xebito
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 13, 2024
1 parent 20c6a83 commit 403dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard_plugin/src/const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use re_set_lib::ERROR;
use re_set_lib::{utils::macros::ErrorLevel, write_log_to_file};

pub const BASE: &str = "org.Xetibo.ReSet.Daemon";
pub const DBUS_PATH: &str = "/org/Xebito/ReSet/Plugins/Keyboard";
pub const DBUS_PATH: &str = "/org/Xetibo/ReSet/Plugins/Keyboard";
pub const INTERFACE: &str = "org.Xetibo.ReSet.Keyboard";

pub const HYPRLAND: &str = "Hyprland";
Expand Down

0 comments on commit 403dc9d

Please sign in to comment.