diff options
| author | Blista Kanjo | 2021-10-20 21:26:43 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-20 21:26:43 -0400 |
| commit | defbd3137cfefa398c722d66a1052005871add7a (patch) | |
| tree | 75bacc356fdcbf1e796778c9fc003687d67733ea /awesome | |
| parent | c76ac7242d0b698674b0ef8fc9a7eb1db737e137 (diff) | |
integrated new emoji chooser
Diffstat (limited to 'awesome')
| -rwxr-xr-x | awesome/autorun.sh | 2 | ||||
| -rw-r--r-- | awesome/rc.lua | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 74c70ac..28fbcfc 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -16,7 +16,7 @@ run xfce4-volumed-pulse run /usr/lib/gsd-datetime # run /usr/lib/baloo_file run xfce4-clipman -run emojione-picker +# run emojione-picker # run emote run /usr/lib/geoclue-2.0/demos/agent run /usr/lib/kdeconnectd diff --git a/awesome/rc.lua b/awesome/rc.lua index 8e4d237..17fa007 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -304,6 +304,10 @@ globalkeys = gears.table.join( awful.key({ }, "XF86MonBrightnessDown", function () awful.util.spawn("xbacklight -dec 15") end), awful.key({ }, "XF86MonBrightnessUp", function () awful.util.spawn("xbacklight -inc 15") end), + -- Emoji Picker + awful.key({ modkey }, "q", function () awful.spawn("sh -c '/home/kylert/.local/share/Blista-Kanjo-Emoji/blista-emoji-picker'") end, + {description = "Launch Emoji Chooser", group = "launcher"}), + -- awesome window manager Controls awful.key({ "Control", "Mod1" }, "BackSpace", awesome.restart, {description = "reload awesome", group = "awesome"}), |
