Add Hyprland shortcut that opens a floating emacsclient org-capture
This commit is contained in:
parent
db8b649049
commit
dd8a38d400
1 changed files with 96 additions and 95 deletions
|
@ -103,16 +103,17 @@ in {
|
||||||
windowrulev2 = workspace 8, class:^(fluffychat)$
|
windowrulev2 = workspace 8, class:^(fluffychat)$
|
||||||
windowrulev2 = tile, class:^(WhatsApp for Linux)$
|
windowrulev2 = tile, class:^(WhatsApp for Linux)$
|
||||||
windowrulev2 = workspace 7, class:^(WhatsApp for Linux)$
|
windowrulev2 = workspace 7, class:^(WhatsApp for Linux)$
|
||||||
|
windowrulev2 = float, title:^(floating)$
|
||||||
|
|
||||||
bind = SUPER, b, exec, firefox
|
bind = SUPER, b, exec, firefox
|
||||||
bind = SUPER SHIFT, b , exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet firefox
|
bind = SUPER SHIFT, b , exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet firefox
|
||||||
bind = SUPER SHIFT, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm ssh mothership.fleet
|
bind = SUPER SHIFT, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm ssh mothership.fleet
|
||||||
bind = SUPER, m, exec, ${config.programs.wezterm.package}/bin/wezterm start -- mosh mothership.fleet
|
bind = SUPER, m, exec, ${config.programs.wezterm.package}/bin/wezterm start -- mosh mothership.fleet
|
||||||
# bind = SUPER, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm
|
|
||||||
bind = SUPER, t, exec, ${config.programs.wezterm.package}/bin/wezterm
|
bind = SUPER, t, exec, ${config.programs.wezterm.package}/bin/wezterm
|
||||||
bind = SUPER, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
|
bind = SUPER, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
|
||||||
bind = SUPER, x, exec, emacsclient -c
|
bind = SUPER, x, exec, emacsclient -c
|
||||||
bind = SUPER, y, exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet emacsclient -c
|
bind = SUPER SHIFT, n, exec, emacsclient --eval '(ccr/org-capture "n")' -c -F '((name . "floating"))'
|
||||||
|
bind = SUPER, y, exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh picard.fleet emacsclient -c
|
||||||
bind = SUPER, d, exec, ${pkgs.fuzzel}/bin/fuzzel --background-color=253559cc --border-radius=5 --border-width=0
|
bind = SUPER, d, exec, ${pkgs.fuzzel}/bin/fuzzel --background-color=253559cc --border-radius=5 --border-width=0
|
||||||
bind = SUPER, s, exec, ${screenshotScript}
|
bind = SUPER, s, exec, ${screenshotScript}
|
||||||
bind = , XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl s +5%
|
bind = , XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl s +5%
|
||||||
|
|
Loading…
Add table
Reference in a new issue