diff --git a/.config/foot/foot.ini##hostname.dbox b/.config/foot/foot.ini##hostname.dbox index 2badc5bf..09b8408f 100644 --- a/.config/foot/foot.ini##hostname.dbox +++ b/.config/foot/foot.ini##hostname.dbox @@ -180,12 +180,12 @@ scrollback-down-page=Control+Shift+d # scrollback-end=none clipboard-copy=Control+Shift+c XF86Copy clipboard-paste=Control+Shift+v XF86Paste -# primary-paste=Shift+Insert +primary-paste=Shift+Insert search-start=Control+Shift+r font-decrease=Control+Shift+j font-increase=Control+Shift+l font-reset=Control+0 Control+KP_0 -# spawn-terminal=none +spawn-terminal=Control+Shift+n # minimize=none # maximize=none # fullscreen=none @@ -193,9 +193,9 @@ font-reset=Control+0 Control+KP_0 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none pipe-command-output=[wl-copy] Control+Shift+y -# show-urls-launch=Control+Shift+o -# show-urls-copy=none -# show-urls-persistent=none +show-urls-launch=Control+Shift+o +show-urls-copy=Control+Mod1+Shift+o +show-urls-persistent=Control+Mod1+Shift+p prompt-prev=Control+Shift+z prompt-next=Control+Shift+x unicode-input=Control+Shift+i diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 0794ca97..789a9eaf 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -728,6 +728,9 @@ binds { Mod+Tab { spawn "~/scripts/niri/window-picker.py" } + Mod+semicolon { + spawn "~/scripts/foot-command.py" + } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here // so they may, for example, forward the key presses as-is to a remote machine.