mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-26 21:18:55 +00:00
Fix UWSM app launching
This commit is contained in:
parent
409723adf6
commit
fcf1762b1c
1 changed files with 11 additions and 12 deletions
|
@ -23,23 +23,22 @@ bind = SUPER_SHIFT, S, layoutmsg, togglesplit
|
||||||
# ### PROGRAMS ###
|
# ### PROGRAMS ###
|
||||||
# ################
|
# ################
|
||||||
|
|
||||||
bind = SUPER, R, exec, uwsm app wofi --show drun
|
bind = SUPER, R, exec, uwsm app -- $(uwsm app -- wofi --show drun --define=drun-print_desktop_file=true)
|
||||||
bind = SUPER_SHIFT, Return, exec, uwsm app wofi --show run
|
bind = SUPER_SHIFT, V, exec, uwsm app -- clipman pick -t wofi
|
||||||
bind = SUPER_SHIFT, V, exec, uwsm clipman pick -t wofi
|
|
||||||
|
|
||||||
bind = SUPER, Return, exec, uwsm app kitty
|
bind = SUPER, Return, exec, uwsm app -- kitty
|
||||||
bind = SUPER, X, exec, uwsm app pcmanfm-qt
|
bind = SUPER, X, exec, uwsm app -- pcmanfm-qt
|
||||||
bind = SUPER, B, exec, uwsm app firefox
|
bind = SUPER, B, exec, uwsm app -- firefox
|
||||||
bind = SUPER, C, exec, uwsm app qalculate-gtk
|
bind = SUPER, C, exec, uwsm app -- qalculate-gtk
|
||||||
bind = , XF86Calculator, exec, uwsm app qalculate-gtk
|
bind = , XF86Calculator, exec, uwsm app -- qalculate-gtk
|
||||||
|
|
||||||
# #####################
|
# #####################
|
||||||
# ### DE/WM CONTROL ###
|
# ### DE/WM CONTROL ###
|
||||||
# #####################
|
# #####################
|
||||||
|
|
||||||
bind = SUPER_SHIFT, Q, exec, uwsm app menuquit
|
bind = SUPER_SHIFT, Q, exec, uwsm app -- menuquit
|
||||||
bind = SUPER_CTRL, L, exec, loginctl lock-session
|
bind = SUPER_CTRL, L, exec, loginctl lock-session
|
||||||
bind = SUPER_SHIFT, L, exec, uwsm app wlogout -p layer-shell
|
bind = SUPER_SHIFT, L, exec, uwsm app -- wlogout -p layer-shell
|
||||||
bind = SUPER_SHIFT, T, exec, toggle-idle
|
bind = SUPER_SHIFT, T, exec, toggle-idle
|
||||||
|
|
||||||
# ###################
|
# ###################
|
||||||
|
@ -63,8 +62,8 @@ bind = SUPER_ALT, Print, exec, ocr && notify-send "OCR" "Text copied to clipboar
|
||||||
|
|
||||||
# XF86Favorites key for recording
|
# XF86Favorites key for recording
|
||||||
# (don't question me, I had it free)
|
# (don't question me, I had it free)
|
||||||
bind = , 164, exec, uwsm app quick-record --notify toggle
|
bind = , 164, exec, uwsm app -- quick-record --notify toggle
|
||||||
bind = SUPER, 164, exec, uwsm app quick-record toggle
|
bind = SUPER, 164, exec, uwsm -- app quick-record toggle
|
||||||
|
|
||||||
# #####################
|
# #####################
|
||||||
# ### NOTIFICATIONS ###
|
# ### NOTIFICATIONS ###
|
||||||
|
|
Loading…
Add table
Reference in a new issue