adds new functionality
- gamemode for steam - sessionizer fix - fixes keybinds for moving column up/down in niri - tmux statusline fix
This commit is contained in:
parent
f6c31436fd
commit
ef25f95cea
4 changed files with 5 additions and 5 deletions
|
|
@ -60,7 +60,7 @@
|
|||
end
|
||||
'';
|
||||
sessionizer = /* fish */ ''
|
||||
set -l selected (dev_projects | fzf --prompt "Create/switch to session: " --header " Ctrl-d: Kill Session " --bind "ctrl-d:execute(tmux kill-session -t {1})++reload(dev_projects)")
|
||||
set -l selected (dev_projects | fzf --prompt "Create/switch to session: " --header " Ctrl-d: Kill Session " --bind "ctrl-d:execute(tmux kill-session -t basename {})+reload(dev_projects)")
|
||||
|
||||
if test -z "$selected"
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue