Compare commits
No commits in common. "2adda5eb7139876d3c38f21778bc43200529cf62" and "b344dbabdccfb739cb4aa42a1ad63ec244af2192" have entirely different histories.
2adda5eb71
...
b344dbabdc
|
|
@ -1,4 +1 @@
|
||||||
vim.opt.mouse = ""
|
vim.opt.mouse = ""
|
||||||
|
|
||||||
vim.opt.undofile = true
|
|
||||||
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"
|
|
||||||
|
|
|
||||||
|
|
@ -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 -e 'byobu'"
|
exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m"
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue