diff options
| author | Blista Kanjo | 2021-10-19 00:47:12 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-19 00:47:12 -0400 |
| commit | 37938c0d0a164385151217dd0fe7e2811eb68541 (patch) | |
| tree | aa12896a4e1207712c53a86b8652e71ebff0964e /awesome | |
| parent | bbf3e0dc148d3447e2e459a4afa2f7bee262ee21 (diff) | |
new emoji picker and new keybinds
Diffstat (limited to 'awesome')
| -rwxr-xr-x | awesome/autorun.sh | 3 | ||||
| -rw-r--r-- | awesome/rc.lua | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 6a86bfc..28fbcfc 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -16,7 +16,8 @@ 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 run kdeconnect-indicator diff --git a/awesome/rc.lua b/awesome/rc.lua index 9c41d11..8d4ead3 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -303,7 +303,9 @@ 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 'emoji-picker'") end, + {description = "launch emoji picker", group = "launcher"}), -- awesome window manager Controls awful.key({ "Control", "Mod1" }, "BackSpace", awesome.restart, |
