integrate hyprland keybidings with tmux #9218
ingenarel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so i use a lot of terminal applications, so i have keybindings in hyprland to open them up real quick in my terminal
but i use tmux too, so i don't really like it when i'm using tmux and another terminal pops up.
here's my quick fix:
$HOME/.config/hypr/scripts/tmuxorterminal.sh
:and then in my hyprland config, i can have something like this:
bind =, n, exec, [float; size 80% 80%; center] $HOME/.config/hypr/scripts/tmuxorterminal.sh $terminal ncmpcpp
so if the current window in focus is running tmux, i open the program in a new window, and if it's not, i open a program in a new terminal
Beta Was this translation helpful? Give feedback.
All reactions