Compare commits

..

2 Commits

Author SHA1 Message Date
Gil Portenseigne 2adda5eb71 Activation undodir 2026-09-17 09:20:59 +02:00
Gil Portenseigne db93cd1cc4 byobu par defaut dans le scratchpad 2026-09-17 08:34:34 +02:00
3 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
vim.opt.mouse = "" vim.opt.mouse = ""
vim.opt.undofile = true
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"

View File

@ -4,7 +4,7 @@
# You can send windows there and get them back later. # You can send windows there and get them back later.
# launch a terminal and move it to scratch at launch # launch a terminal and move it to scratch at launch
exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m" exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m -e 'byobu'"
for_window [app_id="scratch"] floating enable, move absolute position center for_window [app_id="scratch"] floating enable, move absolute position center
for_window [app_id="scratch"] move scratchpad for_window [app_id="scratch"] move scratchpad

View File