From f6564b4b75e6a7b36bd6543f7925011065244579 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 23 Feb 2024 11:45:59 +0100 Subject: [PATCH] Updates --- CHANGELOG | 1 + hypr/conf/keybindings/default.conf | 1 + 2 files changed, 2 insertions(+) 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