diff --git a/CHANGELOG b/CHANGELOG index 1535b82..17c47e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ General: - New default wallpaper in Hyprland style - xarchiver and zip added for thunar - Rofi border width can be adjusted in dotfiles/.settings/rofi-border.rasi +- emote added to installer script to select an Emoji (SUPER+.) ML4W Welcome App: - Opens Hyprland systeminfo from the about menu diff --git a/hypr/conf/keybindings/default.conf b/hypr/conf/keybindings/default.conf index ec842ad..a8248c2 100644 --- a/hypr/conf/keybindings/default.conf +++ b/hypr/conf/keybindings/default.conf @@ -9,6 +9,7 @@ $mainMod = SUPER # Applications bind = $mainMod, RETURN, exec, ~/dotfiles/.settings/terminal.sh bind = $mainMod, B, exec, ~/dotfiles/.settings/browser.sh +bind = $mainMod, period, exec, emote # Windows bind = $mainMod, Q, killactive