summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-04-24 09:43:21 -0700
committerMike Crute <mike@crute.us>2022-04-24 09:43:21 -0700
commit50974d02807f51204b6fe303dcc330a460256bf1 (patch)
tree2939eabb11aa499cc390e9c111fd6d483fe20bdf /.config
parent64f1aadc36f4759b5e0018e88abda306a1348ff1 (diff)
downloaddotfiles-50974d02807f51204b6fe303dcc330a460256bf1.tar.bz2
dotfiles-50974d02807f51204b6fe303dcc330a460256bf1.tar.xz
dotfiles-50974d02807f51204b6fe303dcc330a460256bf1.zip
emoji-picker is on path
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 5ff3fd4..ccdf6dc 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -484,7 +484,7 @@ function add_global_keys(globalkeys)
484 484
485 -- Other useful commands 485 -- Other useful commands
486 -- https://github.com/GaZaTu/x11-emoji-picker (see rules above for floating) 486 -- https://github.com/GaZaTu/x11-emoji-picker (see rules above for floating)
487 awful.key({ modkey }, "e", make_spawn("/home/mcrute/repos/third_party/x11-emoji-picker/build/emoji-picker")), 487 awful.key({ modkey }, "e", make_spawn("emoji-picker")),
488 awful.key({ modkey, "Shift" }, "p", move_mouse_top_right), 488 awful.key({ modkey, "Shift" }, "p", move_mouse_top_right),
489 awful.key({ "Control", "Shift" }, "`", make_spawn("xscreensaver-command -lock")) 489 awful.key({ "Control", "Shift" }, "`", make_spawn("xscreensaver-command -lock"))
490 ) 490 )