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:
Dennis Schoepf 2026-01-11 14:54:47 +01:00
parent f6c31436fd
commit ef25f95cea
4 changed files with 5 additions and 5 deletions

View file

@ -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